html {
    overflow-x: hidden;
}

div#footer {
   min-height: 150px;
}

div#main_title {
    margin:0px auto;
    margin-top:80px;
    text-align:center; 
}
.cursor-hand {
    cursor: pointer; cursor: hand;
}

.select-panel {
    height: 343px;
    overflow: auto;
}

.ng-pageslide {
    background: #F8F8F8;
}

body.ng-pageslide-body-open::before {
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 1s;
    opacity: 0.5;
    pointer-events: all;
}

body.ng-pageslide-body-closed::before {
    transition: opacity 1s;
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

#gslider .slider-selection {
    background: #32CD32;
}
#gslider .slider-handle {
    background: green;
}
#gslider .in-selection {
    background: #32CD32;
}

#genome-browser-container {
    margin: -20px 0px 0px 0px;
    min-height: 500px;
}

iframe {height: 100%;}

.genome-browser-frame {
    position: absolute;
    width: 100%;
    border: none;
}

.order-div {
    display: flex;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.bottom-right {
    position:absolute;
    bottom:0;
    margin-bottom:7px;
    margin:7px;
    right: 0;
}

.doc {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.doc-danger {
    background-color: #ffdddd;
    border-left: 6px solid #f44336;
}

.doc-warning {
    background-color: #FFFFCC;
    border-left: 6px solid #FFEB3B;
}

.doc-info {
    background-color: #E7F3FE;
    border-left: 6px solid #2196F3;
}

.doc-success {
    background-color: #DDFFDD;
    border-left: 6px solid #4CAF50;
}

.doc-primary {
    background-color: #ADD8E6;
    border-left: 6px solid #3B5998;
}

.doc-default {
    background-color: #F6F6F6;
    border-left: 6px solid #8C98A3;
}

.seq-success {
    background-color: #DDFFDD;
}

.seq-danger {
    background-color: #ffdddd;
}

.seq-info {
    background-color: #E7F3FE;
}

.seq-primary {
    background-color: #ADD8E6;
}

.seq-important {
    background-color: yellow;
    font-color: red;
    font-weight: bold;
}
p.first-letter-uppercase::first-letter {
    text-transform: uppercase;
}
/**********************************/
.abeauty {
    text-decoration: none!important;
}
.quicksearch {
    width: 220px;
    height: 150px;
    /* border-color: #5996C4; */
    /* padding: 20px 15px 15px 20px; */
    text-align: center;
    line-height: 120px;
    border-radius: 3px;
    border: 1px solid #eee;
    border-top: 2px solid #007fff;
    font-size: 20px;
//color: #6c00a4;
}
.quicksearch:hover{
    background-color: #F8F8F8;
}
.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/* 5 column layout  */
.col-lg-2-point-5{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
    .col-lg-2-point-5{
        float: left;
    }
    .col-lg-2-point-5{
        width: 20%;
    }
}