/* @import 'https://fonts.googleapis.com/css?family=Bungee+Inline|Francois+One'; */
/* @import 'https://fonts.googleapis.com/css?family=Permanent+Marker'; */
/* @import 'https://fonts.googleapis.com/css?family=Amatic+SC'; */
@import 'https://fonts.googleapis.com/css?family=Gloria+Hallelujah';
/*font-family: 'Francois One', sans-serif;
font-family: 'Fascinate Inline', cursive;
font-family: 'Bungee Inline', cursive;*/
html {
  font-size: 13px;
}

#genie{
    height:90px;
    float:right;
}

/* Replaces the old GitHub-hosted "Fork me on GitHub" ribbon image
   (https://s3.amazonaws.com/github/ribbons/...), which GitHub
   decommissioned years ago (403) - a plain CSS ribbon has no external
   asset to go missing. */
.github-fork-ribbon {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    overflow: hidden;
    width: 150px;
    height: 150px;
    pointer-events: none;
}

.github-fork-ribbon a {
    position: absolute;
    top: 42px;
    right: -38px;
    width: 170px;
    padding: 5px 0;
    transform: rotate(45deg);
    background-color: #2c3e50;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

.github-fork-ribbon a:hover {
    background-color: #1a252f;
    color: #fff;
}

div#page-wrapper {
    max-width: 1000px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0px;
    padding:0;
    font-size:15px;
}

span.form-control{
    font-size: 12px;
}
input.form-control{
    font-size: 12px;
}

#btn {
   font-size: 12px;
}


.home-jumbotron {
    
}

.container {
    width:100%;
}

.badge{
    font-size:12px;
}

.title-bg {
    #background-color: rgb(0, 0, 0);
    #background-color: rgba(0, 0, 0, 0.6);
    //padding: 0px;
}

.title-cap {
    /* font-family: 'Amatic SC', cursive; */
    font-family: 'Gloria Hallelujah', cursive;
    font-weight:bold;
    /* font-family: 'Permanent Marker', cursive; */
}

.title-page:before {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
}

.title-page {
    display: block;
    margin:10px;
    font-size:25px;
}

nav.navbar-default {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.nav .badge {
    display: inline;
}

.dropdown-menu {
    font-size:12px;
}

table.center {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.nomargin {
    margin: 0 auto;
    width: inherit;
}

header.pagehead {
    background-image: url("/static/images/banner.png");
    background-color: #2c3e50;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #fff;
    font-family: 'Hallo sans', sans-serif;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height:80px;
    text-align: center;
}

header.pagehead h1 {
    font-size:30pt;
    line-height:80px;
    margin:0px;
    padding:0px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sidenav {
    background-color: #f6f6f6;
    margin-right: 15px;
}

.table tbody tr td {
    vertical-align: middle;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    min-width: 185px;
}

.workflow_li{
    cursor:pointer;
}
.miniworkflow .panel {
    top: 0;
    width: 120px;
}

.miniworkflow .glyphicon-arrow-right {
    font-size: 20px;
    color: #446cb3;
    padding: 2px;
}

a:active > .glyphicon-refresh {
    animation: spin 0.5s;
}

.glyphicon-refresh.spin {
    animation: spin 1s infinite linear;
}

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

footer {
    margin-top: 10px;
    bottom: 0;
}

.logo_contrib {
    max-width: 100%;
    max-height: 30px;
    height: auto;
    width: auto;
    margin: 3.5%;
    float: left;
}

textarea {
    font-family: Courier New, Consolas, Monaco, Lucida Console, monospace;
}

[id*='error'] {
    color: red;
}

.btn.playbtn {
    color: #fff;
    background-color: #21bd8d;
    margin: 20px;
    border-radius: 99px;
    text-align: center;

}
/* Icon when the collapsible content is shown */
.btn-collapse:after {
    width: 100%;
    content: '\2796';
    float: right;
    font-size: 13px;
    color: #777;
    margin-top: -10px;
    margin-left: 15px;

}

#mini-wk .col-md-2:first-child {
    padding-top: 6%;
}

div[id*='wk-display'] {
    padding: 0;
}

div[id*='wk-display']:before {
    content: '\2192';
    float: left;
    font-size: 28px;
    color: #555;
    margin-top: 50%;
    margin-left: -15px;
}

table .panel-body {
    padding: 5px;
    text-align: center;
}

table .panel-heading {
    padding: 5px 15px;
    text-align: center;
}

.histories-nav li {
    padding: 0px 0px;
}

.histories-nav li a {
    padding: 15px 5px;
}

.histories-nav li a div {
    padding-left: 10px;
    padding-right: 10px;
}

@keyframes blink {
    50% {
        color: transparent
    }
}

.loader-dot {
    animation: 2.5s blink infinite;
}

.loader-dot:nth-child(2) {
    animation-delay: 250ms;
}

.loader-dot:nth-child(3) {
    animation-delay: 500ms;
}

a.btn.btn-toolbar {

    width: 100%;
    text-align: left;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #5cb85c;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.doc-center-block{
    margin-right: auto;
    margin-left: auto;
    width: 800px;
}

.workflow-step{
    font-size:13px;
    font-weight:bold;
}

.workflow-tool{
    font-size:12px;
    text-align:left;
}

.workflow-name{
    font-size:14px;
}

a.anchor-title{
    color: inherit;
    text-decoration: none;
    margin-left: -1em;
    padding-left: 15px;
    background-image: url("/static/images/link.png");
    background-size: 0px 0px;
    background-repeat: no-repeat;
    background-position: left center;
}

a.anchor-title:hover{
    text-decoration: none;
    color: inherit;
    background-size: 15px 15px;
}

div#toc {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-top: 10px;
    padding-left: 10px;
}

p.toc-H2{
    
}

p.toc-H3{
    text-indent: 15px;
    font-size: 12px;
   
}

div.fastaobj{
    font-family: "monospace";
    margin-bottom: 10px;
    background-color:#f5f5f5;
    padding:5px;
    border:1px solid #cccccc;
    border-radius: 5px;
    font-size:12px;
}

textarea.fastaseq{
    height: 80px;
    width:100%;
    /*overflow-y: scroll;*/
}
