﻿body
{
    background-color: #ffffff;        
}

#feedbackContainer label, #feedbackContainer p{
    font-weight: normal;
}

.header-spacer {
    height: 88px;
}

@media (min-width: 768px) {
    
    .header-spacer {
        height: 88px; /* 125px; */
    }
}


body.min-hdr .header-spacer {
    height: 0 !important;
    display: none;
}

#hdr {
    position: fixed;
    /*display: none;*/
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container .container {
    padding-left: 0;
    padding-right: 0;
    width: auto !important;
}


.small-logo {
    height: 50px;
} 

.search-nav {
    background: #f0f0f0;
    margin: 0;
    padding: 0 10px;
    list-style-type: none;
}

.search-nav li {
    display: inline-block;
    margin: 0 10px;
}

    .search-nav li a {
        color: #000000;
        font-family: "DIN Next W01 Regular","DIN Next",Helvetica,Arial,sans-serif;
        font-size: 12px;
    }

.search-nav li a i {
    color: #05396b;
    font-size: 14px;
    padding-right: .25em;
}

.ui-autocomplete {
    z-index: 9050!important;
    height: 300px; 
    overflow-y: scroll; 
    overflow-x: hidden;
}

ul.tags
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tags > li
{
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

ul.tags:before {
    content: "\f02b";
    font-family: FontAwesome;
    color: #43b02a;
}

ul.tags li span:after {
    content: ",";
}

ul.tags li:last-child span:after {
    content: "";
}

.allele-info
{
    font-size: 14px;
}

sub, sup {
    font-size: 85%;
    position: relative;
}

sub {
    bottom: -10px;
}

sup {
    top: -5px;
    margin-left: 5px;
}

.loading {
    -webkit-animation:fadein .2s;
    -moz-animation:fadein .2s;
    -o-animation:fadein .2s;
    animation:fadein .2s;
}

.highlight
{
    background-color: #a6dbed;
    padding: 5px 5px;
}

/*.spinner-wrapper {
    position: relative;
    top: -11px;
    width: 100%;
    height: 414px; 
    background: transparent;
    background-color: #000000;
    background:rgba(0,0,0,.5);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter:alpha(opacity=50);
    z-index:300; 
}

.spinner
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.spinner-text {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 20px;
    width: 10em;
    text-align: center;
    font-size: 24px;
    font-size: large;
    font-family: Arial;
    font-family: "DIN Next W01 Regular","DIN Next",Helvetica,Arial,sans-serif;
    color: #EEE;
    color: #666;
    letter-spacing: 1px;
    font-weight: 700;
}*/

@media (max-width: 992px) {
    body {
        padding-top: 0px; 
    }
}

#top-nav
{
    position: fixed;
    top: 0px;
    background-color: #FFFFFF;
    height: 56px;
    width: 100%;
    z-index: 1000;
}

.sub-nav ul 
{  
    list-style: none;
    background: #f0f0f0;    
    padding: 2px 2px;
}

.sub-nav ul li
{
   display: inline-block;
   margin: 0px 10px;
}

.sub-nav ul li i
{
    color: #05396b;
    font-size: 14px;
    padding-right: .25em;
}

    .sub-nav ul li a {
        color: #000000;
        font-family: "DIN Next W01 Regular","DIN Next",Helvetica,Arial,sans-serif;
        font-size: 14px;
        background: none;
    }

#header-container.stick 
{
    position: fixed;
    top: 55px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 10000;      
    width: 97%;
    max-width: 1200px;
}

#filter-flyout-button.stick 
{
    position: fixed;
    top: 252px;     
}

.page-title 
{   
    float: right;
    /*color: #05396b !important;
    font-family: "DINNextW01-CondensedReg",Helvetica,Arial,sans-serif;*/
    font-size: 26px;
    /*text-align: right;*/
    /*color: #323232;*/
    margin-right: 5px;
}

@media (max-width: 768px) {
    .page-title {
        font-size: 19px;
    }
}

@media (max-width: 320px) {
   .page-title {
        font-size: 8px;
        margin: 10px 0px;
        padding-left: 27px;           
    }  
}


.logo 
{
    text-indent: -999em;
    position: absolute;
    left: 15px;
    top: 7px;
    display: block;
    background: url(/SearchAppImages/logo-small.png) 0 0 no-repeat;
    height: 31px;
    width: 120px;
}

/*.container
{
    width: 636px; 
}*/

.searchpage-container
{       
    width: 636px;  
    margin: 0 43px;        
}

#sort-options
{
    font-size: 14px;
    color: black;
    background-color: #E2E2E2;
    -webkit-appearance: menulist !important;
    width: 174px;   
    margin: 0px 37px 0px 10px;
    padding-left: 1px;
    height: auto;
}

.header
{    
    padding-left: 17px;   
    height: 72px;
    font-family:'Arial Bold', 'Arial';
    font-weight:700;
    font-style:normal;
    font-size:48px;
    color:#515151;
}

.custom-drop-down
{
    float: left;
    margin-right: 2px;
    display: block;
}

.custom-drop-down .closed-options
{
    width: 100px; 
    height: 40px; 
    background-color: black; 
    color: white; 
    float: left;                    
    font-family: 'Arial Regular', Arial; 
    font-size: 9px; 
    font-weight: 400; 
    line-height: 40px; 
    text-align: center; 
    cursor: pointer;
}

.custom-drop-down .caret
{
    width: 27px; 
    height: 40px; 
    background-color: black; 
    color: white; 
    float: left; 
    margin-left: 1px; 
    text-align: center; 
    padding-top: 12px; 
    cursor: pointer;
}

.custom-drop-down div:hover
{
    background-color: #505050;
    opacity: 1;
}

.custom-drop-down .open-options
{
    position: absolute;
    width: 129px; 
    height: 48px; 
    background-color: #33495F; 
    color: #FFFFFF;
    margin-top: 4px; 
    border-radius: 5px;
    -moz-border-radius: 5px; 
    text-align: center;
    display: none;
    z-index: 10;
}

.custom-drop-down .open-options::after
{
    position: absolute;
    top: -5px;
    left: 108px;
    content: "";
    border-style: solid;
    border-width: 0px 5px 5px;
    border-color: #33495F transparent;
}

.custom-drop-down .open-options div
{
    font-family: 'Arial Regular', Arial; 
    font-size: 10px; 
    font-weight: 400;
    cursor: pointer;
}

.custom-drop-down .open-options div:hover
{
   color: rgb(0, 178, 154);
}

#rotating {
    margin: 56px 0px 4px 5px;
    padding: 0px;
}

.banner-ad img
{    
    width: 100%;
    margin: 0;
    padding: 0;
}

.search-option 
{
    background-color: #C9C9C9;
    color: white;
    width: 163px;
    height: 38px;
    border: 0;
    margin: 0;
    display: none;
}

.search-option.active
{
    background-color: #000000;
    color: white;
}
    
.clearall-button
{
    width: 71px;
    height: 28px;    
    margin-right: 41px;  
    margin-top: 6px; 
    margin-bottom: 12px;
    padding-bottom: 12px; 
    font-size: 11px;
    line-height: 28px;
    background-color: #FFFFFF;
    border: 0;
}
        
.search-input
{            
    height: 34px;
    padding-bottom: 14px; 
    padding-left: 25px;    
    margin-bottom: 0px;
    font-family: 'Arial Italic', Arial;
    /*font-style: italic;*/
    color: black !important;
}

.my-placeholder {
    color: #999999 !important;
    /*color: black;*/
    font-style: italic;
}


.search-form-left
{
    padding-left: 17px;
    width: 78%; 
    float: left;
}

.search-form-right
{
    width: 17%;
    float: left;   
}

#active-facets-container
{
    background-color: #05396B; 
    margin-top: 0px;
    padding-left: 15px;
    padding-top: 2px;
    padding-bottom: 20px;
}

#facet-tags
{   
    display:inline-block;     
    color: #FFFFFF; 
    margin: 5px 5px;
}

#facet-tags span
{
    display:inline-block;
    background-color: #019ED1;    
    margin: 0px 5px;   
}

#facet-tags span span
{
    padding: 5px 5px;
    font-family: 'Arial Regular', 'Arial';
    font-size: 13px;
}


#facet-tags span span.img-container
{
    cursor: pointer;
    margin: 0px 0px;
    background-color: #92D4EA;   
    padding-left: 10px;
    padding-right: 10px;
}

#facet-tags span img
{
    position:relative;        
    top: 4px; 
}

#facets
{        
    width: 250px;
    background-color: #E2E2E2;
    /*height: 400px;*/     
    display: none;  
    margin-top: 8px;
    padding-top:25px;
    padding-left: 17px;
    font-family: 'Arial Regular', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
    text-align: left;
    line-height: normal;
}


.search-results {
    padding-top: 12px;
    font-family: "DIN Next W01 Light","DIN Next",Helvetica,Arial,sans-serif;
    padding-left: 38px;
    margin-left: 0px;
    float: left;
    width: 99%;
    background-color: #FFFFFF;
    margin-top: 8px;
}

.search-strain-name {
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed",Helvetica,Arial,sans-serif;
    font-size: 24px;
}

.search-status-text {

}

.search-subheader-text {

}

.facet-header {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

#facets ul 
{
    list-style: none;
    list-style-position:inside;
    margin:0;
    padding-left: 0;
    padding-bottom: 0;
}

.facet-item
{   
    height: 32px;
    color: #3A5E8E;
    padding: 5px 0px;
    cursor: pointer;
    max-width: 95%;
}

.facet-item:hover
{
    background-color: #f2f2f2;
}

.facet-item input
{
    margin-bottom: 7px;
    margin-right: 5px;   
}

.show-more-button
{
    margin-top: 20px;
    font-size: 14px; 
    font-weight: bold; 
    color: #001B84; 
    cursor: pointer;
}

.show-more-button span
{
    margin-left: 10px;
}

.show-hide-button
{   
    margin-top: 20px;
    height: 42px;
    color: white; 
    background-color: #019ED1;     
    width: 95%;
    padding-left: 11px;
    padding-top: 5px;
    border: thin solid darkgrey;
}

.show-hide-button span
{
    font-weight: bold;     
    font-weight: 400; 
    font-size: 14px;
    line-height: 29px; 
    cursor: pointer; 
    width: 100%;
}

.show-hide-button i
{
    float: right;
    margin: 8px 15px;
}

.clear-all-facets-btn
{
    cursor: pointer; 
    text-align: center;
    font-family: "DIN Next W01 Regular","DIN Next",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    background: #43b02a; 
    padding: 5px 5px;   
    transition: background .2s ease-in;  
}

.clear-all-facets-btn:hover
{   
    background: #2fd109;       
}

.clear-all-facets-btn.footer
{    
    color: #05396B; 
    text-align: right;
    width: 100%;
    margin-left: 0px;
    padding-right: 15px;
}

#results-header
{
    font-size: 16px; 
    padding-top: 10px;
}

#results-label
{
    display: inline-block; 
    margin-top: 20px; 
    width: 100px; 
    color: white; 
    font-weight: 700; 
    font-size: 14px;
}

#results-container
{
    overflow: hidden; 
    position: relative;   
}

#load-more-button
{
    margin: 0 auto;
    width: 213px;
    height: 60px;
    line-height: 60px;
    background-color: #DFDFDF;
    font-size: 15px; 
    font-weight: bold;
    color: #001B84; 
    cursor: pointer; 
    text-align: center;     
}

#page-nav-button
{
    margin: 0 auto;
    width: 183px;
    height: 30px;
    line-height: 30px;
    background-color: #DFDFDF;
    font-size: 15px; 
    font-weight: bold;
    color: #001B84; 
    cursor: pointer; 
    text-align: center;     
}

#end-page-nav-button
{
    margin: 0 auto;
    width: 25px;
    height: 30px;
    line-height: 30px;
    background-color: #DFDFDF;
    font-size: 15px; 
    font-weight: bold;
    color: #001B84; 
    cursor: pointer; 
    text-align: center;   
    margin-left: 10px;
    margin-right: 10px;  
}

#load-more-button span
{ 
    margin-right: 10px;
}

#filter-flyout-button
{
    position: absolute;
    border: thin solid silver;
    top: 377px;
    left: -20px;
    height: 30px;
    width: 100px;
    padding-top: 5px;
    background-color: #f2f2f2;
    text-align: center;
    cursor: pointer;
    -ms-transform:rotate(90deg); /* IE 9 */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
    -o-transform:rotate(90deg); /* Opera */
    display: block;
    z-index: 10;
}
    
.facet-menu-active
{
    position: absolute;
    border: thin solid silver;
    left: -301px;
    top: 1px;
    display: block !important;
    z-index: 100;
}

#facet-tab
{
    position: absolute;
    top: 34px;
    left: 215px;
    padding-top: 5px;
    border-top: thin solid silver;
    border-left: thin solid silver;
    border-right: thin solid silver;
    text-align: center;
    cursor: pointer;
    height: 30px;
    width: 100px;
    -ms-transform:rotate(90deg); /* IE 9 */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
    -o-transform:rotate(90deg); /* Opera */
    z-index: 100;
    background-color: #f2f2f2;
}

.datasheet-header a
{
    font-size: 20px;
    font-weight: 700;
    color: #001B84;
    text-decoration: none;
}

.datasheet-subheader
{
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}

.stock-type
{
    color: #22A9D6;
}

.datasheet-description
{    
    margin-top: 11px;
    font-size: 18px;  
    color: #444444;
}

.datasheet-description p
{
    margin-top: 11px;
}

.datasheet-subtopic
{
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: 'Arial Bold', 'Arial';
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    color: #666666;
}

.facet-label
{
    color: #05396B;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
    top: 3px;
    left: -5px;
    font-size: 14px;      
    width: 73%;
    display: inline-block;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

/** Custom Checkbox styling **/

.squaredFour input[type=checkbox] {
	visibility: hidden;
    float: left;
}

/* SQUARED FOUR */
.squaredFour {    
	width: 20px;	    
	position: relative;     
}

.squaredFour label {   
   float: left;    
	cursor: pointer;	
	width: 20px;
	height: 20px;
	top: 0;	
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    padding: 0px 0px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	background: #ffffff;

}

.squaredFour label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #00417E;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredFour label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.5;
}

.squaredFour input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

#filter-button
{
    background-color: #019ED1; 
    color: white; 
    padding: 6px 6px;
    display: none;
    width: 28px;
}

@media screen and (max-width: 420px) {
    .container {
        padding: 0 0 !important;
    }   

    #results-label
    {
        display: none;
    }

    #filter-button
    {
        display: inline-block;
    }

     #filter-flyout-button {
        display: none;
    }

     #facet-tab
     {
         display: none;
     }

     .search-box 
     {
         height: 30px !important;         
     }
}
@media screen and (max-width: 680px) {
    #search-header {
        display: none;
    }

    #results-header
    {        
        font-size: 14px;
    }

    #results-header div
    {        
        float: none;
    }

     #sort-options
     {
         margin-left: 2px;
         margin-right: 5px;
     }

    .facet-label 
    {
        font-size: 12px;
    }

    #facets
    {
        padding-left: 4px;
    }

    .show-hide-button  
    {
        width: 98%;
    }

    .show-hide-button span 
    {
        font-size: 12px;
    }
}

/** End checkbox styling */

@media screen and (min-width: 786px) {    
    
    /*#header-container.stick 
    {       
        width: 1200px;
    }*/

    /*.container
    {
        width: 1200px; 
    }*/

    #rotating
    {
        margin-top: 65px;
    }

    .page-title 
    {        
        text-align: center;   
        padding-bottom: 20px;    
    }

    .search-results
    {
        padding-left: 17px;
        width: 67%;
    }

    #facets
    {
        width: 33%;  
         
    }

    /*.searchpage-container
    {
        margin: 0 88px;  
        width: 1200px;              
    }*/

    .search-option
    {
        display: inline;
    }

    .custom-drop-down
    {
        display: none;            
    }

    /*.search-input
    {
        width: 722px;  
        margin-bottom: 0px;                
    }*/

    .search-form-left
    {            
        width: 90%;            
    }

    .search-form-right
    {
        width: 8%;            
    }

    #facets
    {        
        float: left;   
        display: block;   
        margin-top: 8px;      
    }
    
    #filter-flyout-button {
        display: none;
    }

    .facet-menu-active
    {         
        position: relative;  
        float: left;  
        left: 0px;
        top: 0px;
        border: none;
        display: block;
    }

    #facet-tab
    {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    .search-results
    {        
        width: 63%;
    }
}

@media (max-width: 1008px) {
    #site-search {
        display: none;
    }
}
