/* graingenes item styles  */

/* navbar */
/* graingenes */
.navbar {
    background-image: url(../img/head.png);
    background-size: 100% 50px !important;
}
  /* graingenes */
.navbar-headie {
    height: 50px !important;
    background-image: url(../img/header.png);
}
  
.navbar .container {
    position:relative;
    overflow:hidden;
}
.navbar-brand {
    padding: 0px 7.5px !important;
}
.navbar-brand > img.logo {
    width: 30px !important;
    height: 40px !important;
    max-height:40px !important;
}
.navbar-nav > li > a {
    padding: 0px 7.5px !important;
}
.footer a:first-child {
    vertical-align: super;   /* graingenes - xvertical */
}
  

.logo {
    max-height: 40px; /* graingenes 40px */
    top: 5px;         /* graingenes 5px */
}
  

.has-jb {
    width: 10px;
    margin-left:5px;
    display:none;
}
.has-jb-shown {
display:inline
}


/* selected databases */
.gg-selectedDatabases {
    position:relative;
    border: 1px solid gray;
    padding: 5px;
    display:none;
    margin-bottom:10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gg-selectedDatabases>strong {
    position: absolute;
    top: -10px;
    left: 10px;
    background: #ddd;
    padding-left: 5px;
    padding-right: 5px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gg-selectedDatabases>#alert {
    position: absolute;
    top: -10px;
    right: 20px;
    color: white;
    background: #cd0808;
    padding-left: 20px;
    padding-right: 20px;
    display:none;
    animation: blinker 1s linear infinite;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.gg-selectedDatabases > li {
    border: none;
    display: inline-block;
    padding: 3px;
}

.list-group-item.db-hide {
    display:none;
}

.db-subgroup.db-hide {
    display:none;
}

.subgroup-nucleotide.hide {
    display:none;
}
.subgroup-protein.hide {
    display:none;
}
/* graingenes secure database */
.seckey {
    width: 20px;
    padding-left: 5px;
}
.ggdb {
    position:relative;
}
.gg-sec-block {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
/*    border: 1px solid blue; */    
}

.ggdb_item .gg-dbid {
    color:#cdcdcd
}

/* database tooltip/popover */
.popover {
    width: 500px !important;
    max-width:500px !important;
}
  
.databases-container .popover-title {
    font-size: 80%;
    background: #677D83;
    color:white; 
    font-weight:bold;
}

.j-linkout-btn {
    padding: 2px;
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display:inline-block;
}
.j-outlink-img {
    height: 25px;
}

/* go back up button */
.go-back-up {
    position:relative;
    padding-top: 10px;
}
.back-up-img {
    width: 24px;
    margin-right: 5px;
}


/* GG logo section */
.logo {
    position:absolute;
}
.logo-text {
    padding-left: 35px;
    position: absolute;
    top: 2px;
}
.logo-gg {
    font-size: 80%;
    color:white;
  
}
.logo-subtext {
    font-size: 55%;
    color:black;
}
.logo-beta {
    font-size: 35%;
    background-color: darkred;
    color: white;
    padding: 0px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;    
}

/* top-group blast buttons */
.gg-blast-top-button-group {
    position: absolute;
    right: 5%;
    bottom: 3px;
}
.gg-blast-top-button {
    padding: 0px 7px;
    font-size:80%;
}
#gg-blast-legacy {
    position: absolute;
    right: 5%;
    bottom: 3px;
    padding: 0px 7px;
    font-size:80%;
}

/* query form extentions */
.form-horizontal {
    position:relative;
}

.gg-bottom-panel {
    position:fixed;
    width: 102%;
    background-color:lightgrey;
    bottom: -15px;
    left: 0;
    padding-top:5px;
    padding-left:10%;
    padding-right:10%;
}

.gg-bottom-panel .form-group {
    position:relative;
}

.query-container {
    margin-top: 10px !important;
}
.examples {
    text-align: right;
    padding-top: 10px;
}
.examples button {
    margin-left: 3px;
    margin-right: 3px;
}
.examples > span {
    padding-right: 15px;
}
#run-time-limit-msg {
    position:absolute;
    left: 10px;
    top: 25px;
    font-weight: bold;
    font-style: italic;
    color: blue;
    text-decoration: underline;
}

.legend {
    text-align: left;
    margin-left: 20px;    
    margin-bottom: 10px;
    font-size: -10%;
    position:absolute;
    top:0;
    right:20px;
}
.legend img {
    width:10px;
}

.gg-submit-ncbi-btn-q {
    position:absolute;
    right: 15px;
    top: 40px;
    z-index: 1;
    background-color: #1b7a60 !important;
}
.gg-submit-ncbi-btn {
    position:relative;
    padding: 3px;
    margin: 6px;
    background-color: #1b7a60 !important;
}

/* for blast submit dropdown */

.input-group-btn > .dropdown-menu {
    position: relative;
    right: 128px;
}
.gg-submit-group {
    min-height: 70px;
}
/* class selector (nucleiotide or protein selector) */
.ggTypeDbSelector-block {
    position: relative;
}

.ggTypeDbSelector-block>.dbsearch {
    position:absolute;
    top: 2px;
    left: 340px;
}
.ggTypeDbSelector-block>.dbsearch .form-control-feedback {
    top: 10px;
    right: -20px;
}

div.classSelectorBox > div.form-check.form-check-inline{
    padding: 10px;
    display: inline-block;
}
label.form-check-label {
    padding-left: 5px;
}

ul.ggTypeDbSelector>li.active>a.zz {
    background-color: #889E9F;
    background-image: url(../img/head.png);
    background-size: 100% 100%;
    color: white;
}


/* elapsed time */
button.gg-elapse-time {
    font-size: 150%; 
}

