/*
 * Copyright 2009-2017 European Molecular Biology Laboratory
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 */
#content {
    padding-top: 0px;
}
#main-content-area {
    padding:1em;
}

.breadcrumbs {
    padding-top: 0.5rem;
    margin-bottom: 0.5em;
}

.alert {
    color: #ff7777;
}

#loader {
    min-height: 200px;
    text-align: center;
}

#menu-popup
{
    position: relative;
    height: 0;
    z-index: 100;
}

#logout-button {
    height: 27pt;
}

#login-form {
    position: absolute;
    right: 0;
    display: none;
}
.clearboth {
    clear: both;
}
.popup {
    background-color: #e4f7ff;
    border: 1px solid #333333;
    border-radius: 3px;
}

.popup-header a {
    color: white;
}
.popup-header {
    padding: 2px 4px 0px 4px;
    background: #333333;
    color: white
}
.popup-title {
    font-size: 12pt;
    float:left;
}
.popup-close {
    float: right;
    border: 0;
}
.popup-content  {
    padding:1em;
}


.highlight {
    background-color: #FFFF88;
}

.synonym {
    background-color: #CCFFAA;
}

.efo {
    background-color: #FFCCAA;
}

.collection {
    float:right;
    padding-top: 3px;
}

#collection-banner {
    background-color: #f8f8f8;
}


.collection-text{vertical-align: middle;
    color: #777;
    padding-left: 10px;
    font-size: 11pt;
}
.collection-title{
    font-size: 150%;
    color: #555;
}

.no-border {
    border: 0px !important;
}

.collection-logo {
    padding-right:15px;
    height: 50px;
    /* display: table-cell; */
}
.collection-logo img{
    height: 50px !important;
    padding-right:5px;
}
.collection-banner-content {
    padding: 10px;
    text-align: left;
}

#collection-search {
    color: white;
    font-size: 10pt;
    float: right;
    padding-right: 10px;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
}

#collection-search input{
    vertical-align: middle;
    margin: 0px 3px 3px !important;
}

/* autocomplete-related classes */
.ac_results {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 99999;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0;
    padding: 0 3px;
    cursor: default;
    display: block;
    height: 16px;
    overflow: hidden;
    position: relative;
}

.ac_tree_level
, .ac_tree_control {
    float: left;
    width: 16px;
    height: 16px;
}

.ac_tree_control div {
    width: 9px;
    height: 9px;
    margin: 3px 3px 3px 3px;
    overflow: hidden;
}

.ac_tree_collapsed .ac_tree_control div {
    background: url(../images/ac_minmax.gif) 0 0 no-repeat;
}

.ac_tree_expanded .ac_tree_control div {
    background: url(../images/ac_minmax.gif) 0 -9px no-repeat;
}

.ac_loading {
    background: #fff url('../images/busy.gif') right center no-repeat;
}

.ac_over {
    background-color: #5E8CC0;
    color: #fff;
}

.ac_over .ac_efo
, .ac_over .ac_field {
    color: #fff;
}

.ac_outer {
    background-color: #fff;
    color: #000;
    cursor: default;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.ac_outer > div {
    padding: 1px;
}

.ac_field
, .ac_efo {
    position: absolute;
    top: 0;
    right: 2px;
    color: #5E8CC0;
}

.ac_field {
    font-style: italic;
}

.ac_efo {
    font-weight: bold;
}
/* autocomplete-related classes */

#static-text .icon::before {
    margin-right: 6px;
}

#static-text .icon {
    color: #267799;
}

.more {
    background-color: #cccccc;
    margin-left: 5pt;
    border-radius: 3px;
    padding: 1pt 3pt;
    cursor: pointer;
    color: white;
}

nav span.icon {
    font-size: 13px;
}

.bigicon {
    font-size: 60pt;
    line-height: 60%;
    color: #d0d0d0;
    padding-bottom: 10pt;
}
#error-message{
    text-align: center;
    padding: 40pt;
}

.bigtable {
    font-size: 10pt !important;
}