
/* Center the loader */

/*
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
*/
/* Add animation to "page content" */

/*
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  
}
*/
/*
.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
  height:60px;
}*/

#filter_form input, #filter_form textarea, #id_1-dbsnp_build, #id_1-read_depth, #id_1-variants_per_gene, #id_1-chr, #id_1-pos{
  width:80px;
}
#id_individuals, #id_exclude_individuals, #id_func_class, #id_impact, #id_inheritance_model, #id_groups, #id_genelists, #id_exclude_groups, #id_exclude_genelists{
  width:240px;
}
#id_variant_type {
  width:270px;
} 
#id_genomes1000_option, #id_sift_option, #id_polyphen_option, #id_dbsnp_option, #id_2-dbsnp_freq_option, #id_variationserver_option, #id_read_depth_option, #id_qual_option, #id_variants_per_gene_option, #id_dbsnp_freq_option{
  width:60px;
}
#id_2-genomes1000_option, #id_1-dbsnp_option, #id_2-variationserver_option, #id_2-sift_option, #id_2-polyphen_option, #id_1-read_depth_option, #id_1-variants_per_gene_option, #id_individuals_per_pathway_option{
  width:60px;
}

#id_genomes1000, #id_dbsnp_frequency, #id_esp_frequency, #id_sift, 
#id_polyphen, #id_dbsnp_build, #id_read_depth, #id_variants_per_gene, #id_hi_frequency, #id_variationserver_frequency{
/*  width:70px;*/
color:#f6931f; 
font-weight:bold;
}
#preconfig{
  width:110px;
}
#tablevariants{
  font-size: 10px;
}
#individual_grid{

}

#individual_grid .span2{
margin-top: 5px;
margin-bottom: 5px;
padding: 5px 0 5px 0;
background-color: #EEE;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 40px;
/*line-height: 15px;*/
vertical-align:middle;
}
/*.table-nonfluid {
   width: auto;
}*/
/*ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}*/
/*ul.nav-tabs{
  font-weight:bold;
  text-transform: uppercase;
}*/
/*
a.menu:after, .dropdown-toggle:after {
  content: none;
}*/
#g1000-slider-range, #dbsnp-slider-range, #esp-slider-range, #sift-slider-range, #pp2-slider-range, #rockbio-slider-range, #hi-slider-range, #cadd-slider-range, #mcap-slider-range, #ada-slider-range{
  width:240px;
  margin-top: 20px;
}
#g1000-slider-range_wz, #dbsnp-slider-range_wz, #esp-slider-range_wz, #sift-slider-range_wz, #pp2-slider-range_wz, #rockbio-slider-range_wz{
  width:240px;
}
#g1000-slider-range_oc, #dbsnp-slider-range_oc, #esp-slider-range_oc, #sift-slider-range_oc, #pp2-slider-range_oc, #rockbio-slider-range_oc{
  width:240px;
}
select {
border:none;
background-color: #fff;
}

#id_snp_list, #id_gene_list, #id_exclude_snp_list, #id_exclude_gene_list{
  width:240px;
  height: 100px;
}
#boxes{
margin: 5px;
padding: 5px;
background-color: #EEE;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
min-height: 80px;
/*line-height: 80px;*/
vertical-align:middle;
}


.inheritance>button{
  font-size: 87%; 
  font-weight:bold;

}

.analysis-icon {
    background: url('../img/dna_analysis.png');
    background-size: 14px 14px;
    height: 14px;
    width: 14px;
    /*display: block;*/
    /* Other styles here */
}