#ebi-logo {
    padding-bottom: 9px !important;
    padding-top: 11px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
}

#nhgri-logo {
    padding-bottom: 7px !important;
    padding-top: 8px !important;
    padding-left: 5px !important;
    padding-right: 0px !important;
}

#imaginary_container {
    margin-top: 5%;
}

.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

/*#lower_container{*/
/*margin-top:5%;*/
/*}*/

#center_container {
    margin-left: 10%;
    margin-right: auto;
}

.global_title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.filter-element {
    padding: 5px 2px;
    /*display: inline-block;*/
    /*width: 100%;*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
}

.filter-label {
    font-weight: bold;
    display: inline-block;
    width: 30%;
    margin-left: 1em;
    margin-right: 0;
}

.pval-label {
    font-weight: bold;
    display: inline-block;
    /*width: 7%;*/
    /*width: 2em;*/
    margin-left: 0.5em;
    margin-right: 0.3em;
    text-align: right;
}

.filter-value {
    display: inline-block;
    width: 30%;
    margin-left: 0;
    margin-right: 0;
}

.p-value {
    display: inline-block;
    /*width: 20%;*/
    width: 2em;
    margin-left: 0;
    margin-right: 0;
}


.chrom-value {
    display: inline-block;
    width: 10%;
    margin-left: 0;
    margin-right: 0;
}

.bp-value{
    display: inline-block;
    width: 21%;
    margin-left: 0;
    margin-right: 0;
}


.chrom-label {
    font-weight: bold;
    display: inline-block;
    /*width: 7%;*/
    /*width: 2em;*/
    margin-left: 0.2em;
    margin-right: 0.2em;
    text-align: right;
}

.filter-values {
    display: inline-block;
    width: 60%;
    margin-left: 0;
    margin-right: 0;
}

.from-element {
    display: inline-block;
    width: 45%;
    margin-left: 0;
    margin-right: 0;
}

.to-element {
    display: inline-block;
    width: 45%;
    margin-left: 0;
    margin-right: 0;
}

.date-label {
    display: inline-block;
    width: 22%;
    margin-left: 0;
    margin-right: 0;
}

.date-values {
    display: inline-block;
    width: 76%;
    margin-left: 0;
    margin-right: 0;
}

.from-date {
    display: inline-block;
    width: 45%;
    margin-left: 0;
    margin-right: 0;

}

.to-date {
    display: inline-block;
    width: 45%;
    margin-left: 15px;
    margin-right: 0;
}

.panel-heading span {
    margin-top: -20px;
    font-size: 15px;
}

.row {
    margin-top: 40px;
    padding: 0 10px;
}

.clickable {
    cursor: pointer;
}

.navbar-brand {
    background: url(../images/GWAS_Catalog_banner_logo_34x40.png) no-repeat !important;
    background-position: left center;
    padding-left: 40px;
}

.navbar-fixed-top {
    border-bottom: 0px;
}

.navbar-bottom-banner-1 {
    height: 4px;
}

.navbar-bottom-banner-2 {
    height: 8px;
}

.navbar-bottom-banner-3 {
    height: 8px;
}
.main-banner{
    border-radius: 0.6em;
}

.gwas-circle {
    float: left;
    width: 200px;
    height: 100%;
    padding-top: 20px;
}
.gbc-img{
    float: right;
    width: 100px;
}

.search-results-container {
    margin-top: 10px;
}

.results-container > table {
    margin-bottom: 0 !important;
}

.results-container {
    margin-bottom: 20px !important;
}

.tight-to-top {
    padding-top: 0 !important;
}

.tight-to-side {
    padding-left: 0 !important;
}

.toplevel-view {
    height: 12em;
    border-radius: 1em;
}

a > .toplevel-view {
    color: #333;
}

/*table .collapse.in {*/
/*display:table-row;*/
/*}*/

.hiddenRow {
    padding: 0 !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.table-striped-study > tbody > tr:nth-child(4n-3) {
    background-color: #F6FDFC;
}

.table-striped-study > tbody > tr:nth-child(4n-2) {
    background-color: #F6FDFC;
}

.sample-info {
    background-color: transparent !important;
    margin-left: 20%;
    width: 80%;
}

.sample-info > thead > tr > th,
.sample-info > tbody > tr > th,
.sample-info > tfoot > tr > th,
.sample-info > thead > tr > td,
.sample-info > tbody > tr > td,
.sample-info > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
}

.sample-info > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.sample-info-border {
    border: 1px solid #ddd;
}

.context-help {
    margin-left: 1px;
    font-size: x-small;
    top: -0.8em;
}


/*.glyphicon-link {*/
/*color: #A6703F;*/
/*}*/
.inpage-link:hover, inpage-link:active, inpage-link:focus {
    cursor: pointer;
}

.external-link {
    margin-left: 6px;
    color: #333;
    font-size:0.9em;
}
.external-link:hover, external-link:active, external-link:focus {
    text-decoration: none;
}

.external-link-smaller {
    margin-left: 5px;
    font-size:0.8em;
}

.link-icon {
    width: 1.5em;
    height: auto;
}

.link-icon-smaller {
    width: 1.2em;
    height: auto;
}

#trait-dropdown > ul > li {
    padding-left: 3%;
    padding-bottom: 1%;
}

#genotyping-dropdown > ul > li {
    padding-left: 3%;
    padding-bottom: 1%;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

#catalog-stats {
    padding-top: 10%;
    font-style: italic;
}

#bottom-summary {
    padding: 4px 0px;
    margin: 0px 15px;
    border-top: 1px solid rgb(221, 221, 221);
}

#beta-icon {
    position: absolute;
    left: 15px;
    top: 5px;
}

.item-left {
    font-weight: bold;
    margin-bottom: 1em;
    padding-left: 0px;
}

.item-left-bold {
    font-weight: bold;
    margin-bottom: 1em;
    padding-left: 0px;
    font-size: 14px !important;
    margin-left: 0px !important;
}

.item-left span:last-child {
    margin-left: 2px;
    font-size: smaller;
}

/*Change the size here*/
.tolltip-inner {
    max-width: 350px;
}

.spinner {
    position: relative;
    top: 50%;
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(0,174,239,.15);
    border-right:6px solid rgba(0,174,239,.15);
    border-bottom:6px solid rgba(0,174,239,.15);
    border-top:6px solid rgba(0,174,239,.8);
    border-radius:100%;
}

.gwas2table {
    width: 100%;
    table-layout: fixed;
    border-radius:8px;
    border:1px solid #cde2f5;
    background:#fff;
}

.morecontent span {
    display: none;
}

.morelink {
    /*display: block;*/
}

.border-search-box {
    overflow: hidden;
    width: 100%;
    table-layout: fixed;
    border:1px solid #cde2f5;
    background:#fff;
    margin: 10px auto;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
    z-index: 90;
}

.border-search-box-trait {
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
}

.letter-circle {
    background-color: yellowgreen;
    padding: 3px;
    color: white;
    /*font-size: larger;*/
    border-radius: 7px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
}

.letter-circle-study {
    background-color: deeppink;
}

.letter-circle-variant {
    background-color: darkmagenta;
}

.letter-circle-gene {
    background-color: firebrick;
}

.letter-circle-region {
    background-color: #2aabd2;
}

.letter-circle-trait {
    background-color: #ffac1b;
}

.letter-circle:hover .tooltiptext {
    visibility: visible;
}

.descriptionSearch {
    padding-right: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.feedback {
    top: 35%;
    height: 100px;
    width: 55px;
    position: fixed;
    right: -2px;
}

#feedback-button {
    vertical-align:top;
    margin-top:23px;
    width:80px;height:30px;
    transform:rotate(7deg);
    -ms-transform:rotate(-90deg); /* IE 9 */
    -moz-transform:rotate(-90deg); /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari and Chrome */
    -o-transform:rotate(-90deg); /* Opera */
    background-color: black;
    color: white;
    outline: none;
}

.mg-t-15{
    margin-top: 15px;
}
