#tabs {
	overflow: hidden;
}

#left-column {
	float: left;
	position: relative; 
	top: 12px;
}

#gene-search {
	padding: 2px;
	border: 1px solid #A6A6A6;
	height: 17px;
	margin-bottom: 4px;
	width: 120px;
}

.search-icon {
    background: url("/projects/genome/assembly/grc/img/left_magnifying_glass_glyph.png") no-repeat scroll 4px 5px;
    background-color: #97B0C8;
    border: none;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    position: relative;
    right: 5px;
    text-align: center;
    width: 23px;
    z-index: 5;
    border-radius: 0 2px 2px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.search-icon {
/*     top: -1.5px; */
}
}

.search-icon:hover {
    background-color: #90A5C1;
}

#facets {
	float: left;
	margin-right: 10px;
	position: relative;
	top: 12px;
	width: 175px;
}

#facets .facet-col {
    clear: both;
    margin-bottom: 1.9em;
}

#facets legend {
    font-size: 1.1em;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.facet-col legend {
    color: #59331F;
}

#facets .facet-col fieldset {
    padding: 0;
    border: none;
}

.facet-col label {
    margin-left: 0.2em;
    font-weight: bold;
    cursor: pointer;
}

.facet-col input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
}


#gene-facet.facet-col label {
	display: inline-block;
	width: 85%
}

#gene-facet input[type="checkbox"] {
	vertical-align: top;	
}


#filter-list {
    float: right;
}

#facets ul#chr-summary-facets{
    columns: 30px 2;
    -webkit-columns: 30px 2;
    -moz-columns: 30px 2; 
}

#facets .hidden {
	display: none;
}

#facets .notbold {
    font-weight: normal;
}

#facets .disabled {
    color: #999999;
    cursor: default;
}

#ncbigrid-patches-wrapper {
	/* Note: 'top' property set dynamically by adjustTableTopOffset in organism-overview.js */
    display: block;
    width: auto;
    position: relative;
    min-height: 800px;
    overflow: hidden;
    top: -24px;
}

#page .ui-ncbigrid-inner-div, #page .ui-ncbigrid-outer-div:after {
	clear: right;
}

#ncbigrid-modeled-regions-wrapper {
    display: block;
    float: left;
    position: relative;
    top: -24px;	
    width: 100%;
}

.ncbigrid-download {
    float: right; 
    padding: 1.2em 0.5em 0 0;	
}

.ncbigrid-download.alt-patches-download {
	position: relative;
	top: -0.75em;
	padding: 0 1.5em 0 0;
}

.gb-section {
	border: 1px solid rgb(200, 200, 200)
}

.gb-section h4 {
	color: #59331F;
    background-image: linear-gradient(top, #FFFFFF, #DDDDDD);
    background-image: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
    background-image: -webkit-linear-gradient(top, #FFFFFF, #DDDDDD);
    background-image: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
    background-image: -ms-linear-gradient(#FFFFFF, #DDDDDD);
    background-image: -o-linear-gradient(top, #FFFFFF, #DDDDDD);
    border-color: #DDDDDD #E0E0E0 #AAAAAA;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    cursor: default;
    font-size: 12px;
    padding: 2px 10px 2px 2px;
}

.gb-section-body {
    padding: 8px;
}

#table-reload-overlay {
	background: rgba(255, 255, 255, 0.4);
	position:absolute;
	z-index: 5; 
}
