/*header start*/
body {
    color: #333;
    #font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    #font-family: 'Poiret One', Courier New, cursive;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    background: #fff;
}

p {
    /*text-align-last:justify;*/
    text-align: justify;
    text-justify: distribute-all-lines;
    word-break: break-word;
    -webkit-hyphens: manual;
    -ms-hyphens: manual; /*ie10+*/
    hyphens: manual;
}

.p-1 {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.solid {
    width: 100%;
    background: #fff;
    /*-webkit-box-shadow: 0 1px 10px rgba(26, 26, 26, 0.9);*/
    /*box-shadow: 0 1px 10px rgba(26, 26, 26, 0.9);*/
    padding: 16px;
    margin-top: 20px;
    border: #6a737d 2px solid;
}
 .dotted {
     border: #6a737d dotted 2px;
     padding: 16px;
     margin-top: 20px;
     background: #fff;
 }
 .red {
     border-color: red;
 }

 .tltle-red {
     color: red;
 }

 .info-card {
     -webkit-box-shadow: 0 1px 10px rgba(26,26,26,.1);
     box-shadow: 0 1px 10px rgba(26,26,26,.1);
     padding: 20px;
     float: left;
 }
/* 鍏冪礌 | http://www.licpathway.net/ReSNVdb/download.php */

.navbar > div:nth-child(1) {
    width: 100%;
}

img[data-name] {
    display: inline-block;
    margin: auto;
    height: 5rem;
    object-fit: contain;
    cursor: pointer;
    width: 367px;
}

.Different_annotation h4 {
    text-align: center;
}
.modal-body {
    overflow-wrap: break-word;
    hyphens:auto
}
td.details-control {
    background: url('http://www.licpathway.net/SEanalysis/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('http://www.licpathway.net/SEanalysis/img/details_close.png') no-repeat center center;
}

i[class*="ri-"] {
    font-size: 26px;
    background-image: linear-gradient(135deg, red, yellow);
    -webkit-background-clip: text;
    color: transparent;
    cursor: pointer;
}

body > .container {
    min-height: 736px;
}

header .navbar-default {
    border-color: #f5f6f7;
    background-color: #f5f6f770;
    border-radius: 0;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

header .navbar-default .navbar-nav > li > a, .navbar > .container .navbar-brand {
    min-width: 100px;
    text-align: center;
    color: #666;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
}

header .navbar-default .navbar-nav li > a {
    transition: all 0.1s linear 0.1s;
    /* Safari */
    -webkit-transition: all 0.1s linear 0.1s;
}

@keyframes myfirst {
    0% {
        width: 0;
        background-color: #31353d;
    }
    100% {
        width: 100%;
        background-color: #e6e6e6;
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        width: 0;
        background-color: #31353d;
    }
    100% {
        width: 100%;
        background-color: #e6e6e6;
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0% {
        width: 0;
        background-color: #31353d;
    }
    100% {
        width: 100%;
        background-color: #e6e6e6;
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        width: 0;
        background-color: #31353d;
    }
    100% {
        width: 100%;
        background-color: #e6e6e6;
    }
}

/*header .navbar-default .navbar-nav > .active > a {*/
/*    box-shadow: none;*/
/*    position: relative;*/
/*    color: #f0f0f0;*/
/*    background-color: #435779;*/
/*}*/
header .navbar-default .navbar-nav a:after,
header .navbar-default .navbar-nav a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #1A202C;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}

header .navbar-default .navbar-nav a:after {
    bottom: 0;
}

header .navbar-default .navbar-nav a:before {
    top: 0;
}

header .navbar-default .navbar-nav > .active > a:before,
header .navbar-default .navbar-nav a:hover:before {
    transform-origin: center left;
    transform: scaleX(1);
}

header .navbar-default .navbar-nav > .active > a:after,
header .navbar-default .navbar-nav a:hover:after {
    transform-origin: center right;
    transform: scaleX(1);
}

header .navbar-default .navbar-nav > li > a:focus, header .navbar-default .navbar-nav > li > a:hover {
    color: #333;
}

/*header .navbar-default .navbar-nav > .active > a:hover::before {*/
/*    color: #333;*/
/*    background-color: #f0f0f0;*/
/*}*/
header .navbar-default .navbar-nav > .active > a {
    color: #333;
    background-color: #f5f6f7;
}

/*header .navbar-default .navbar-nav > li > a:hover::before {*/
/*    content:"";*/
/*    position: absolute;*/
/*    display: block;*/
/*    left: 0;*/
/*    top: 0;*/
/*    border: 0;*/
/*    width:100%;*/
/*    height: 100%;*/
/*    box-shadow: none;*/
/*    background-color: #435779;*/
/*    z-index:-1;*/
/*    animation:myfirst 0.4s linear 0s  ;*/
/*    !* Firefox: *!*/
/*    -moz-animation:myfirst 0.4s linear 0s  ;*/
/*    !* Safari and Chrome: *!*/
/*    -webkit-animation:myfirst 0.4s linear 0s  ;*/
/*    !* Opera: *!*/
/*    -o-animation:myfirst 0.4s linear 0s  ;*/
/*}*/
header .navbar-default .navbar-nav > .open > a:hover {
    color: #333;
}

header .navbar-nav {
    font-family: "Josefin Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.5em;
    margin: 0.5em 0.1em;
    float: right;
}

header .nav > li {
    margin: 0.5em 0.3em;
}

header .navbar > .container .navbar-brand {
    margin: 0.1em 0.1em 0 0;
    color: orange;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 2px 2px 2px #666;
}

header .navbar > .container .navbar-brand > i {
    color: orange;
    margin-right: 2px;
}

header .dropdown-menu {
    min-width: 110px;
    background-color: #f0f0f0;
}

header .dropdown-menu > li > a:hover, header .dropdown-menu > li > a:focus {
    background-color: #e6e6e6;
    color: #333;
}

@media screen and (max-width: 767px) {
    header .navbar > .container .navbar-brand {
        margin: 0;
    }

    header .nav > li {
        margin: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background-color: #f0f0f0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #2f333a;
        color: #f0f0f0;
    }

    header .navbar-default .navbar-nav li > a {
        width: 100%;
    }
}

/*header end*/
/*footer start*/
footer {
    background-color: #31353d;
    margin-top: 30px;
}

footer div a, footer div b {
    text-align: center;
    color: #f0f0f0;
    padding: 5px;
    font-size: 15px;
}

footer div {
    text-align: left;
    line-height: 2;
    padding: 10px;
}

footer a:focus, footer a:hover {
    color: #f0f0f0;
    border: 1px dotted #f0f0f0;
    text-decoration: none;
}

footer .top {
    display: block;
    position: relative;
    background-color: #c5454a;
    width: 130px;
    bottom: -35px;
    text-align: center;
}

footer .bottom-brand {
    color: red;
    font-weight: bold;
    /*font-size: 1.5em;*/
}

/*footer end*/
/*other*/
.fenye, .fenye td, .fenye td a {
    width: 100%;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.fenye > tbody > tr:last-child > td > a {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.fenye > thead > tr:last-child > th > div.list-group-item {
    padding: 0px 10px;
    background-color: #f9f9f9;
    color: #666;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.fa-server {
    position: absolute;
    right: 10px;
}

.pagination > li > a, .pagination > li > span {
    padding: 5px 9px;
}

.sm_item_text a {
    width: 100%;
    display: block;
}

.list-group-item {
    padding: 5px 15px;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    cursor: pointer;
}

/**********bootstrip***********/
.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
}

.h3, h3 {
    font-size: 24px;
    position: relative;
    top: -4px;
    font-weight: bold;
}

.form-control, .input-group-addon, .panel-group .panel, .panel {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #2f333a;
    border-color: #2f333a;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #a7a8ad;
    opacity: 0.85;
    margin: 5px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #0a0b0b;
    border-color: #0a0b0b;
    opacity: 1;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fenye > thead > tr:last-child > th > div.list-group-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.fenye > tbody > tr:last-child > td > a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #31353d;
    border-color: #31353d;
}

.input-group-addon {
    color: #FFF;
    background-color: #4d5157;
}

/*loading*/
.loading {
    position: absolute;
    top: 48%;
    left: 48%;
    visibility: hidden;
    animation: rotateIn 1s linear 0s infinite alternate;
    z-index: 1;
}

.loading > i {
    font-size: 30px;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/*search detail*/
.info hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.loading {
    position: fixed;
    top: 48%;
    left: 48%;
    visibility: hidden;
    animation: rotateIn 1s linear 0s infinite alternate;
}

.loading > i {
    font-size: 30px;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.search_result_detail_ifr h3 {
    margin: 20px 0;
}

.search_result_detail_ifr h3:first-child {
    margin: 5px 0 20px 0;
}

.search_result_detail_ifr {
    height: 600px;
}

/*font img*/
[class^="ri-"], [class*=" ri-"] {
    top: 5px;
    position: relative;
    font-size: 30px;
    font-weight: normal;
}

/*datatable*/
.top.row {
    position: relative;
}

/*bootstrip*/
.panel-body {
    overflow: hidden;
}

/*svg*/
svg g:hover text {
    display: block;
    cursor: alias;
}

svg g text {
    display: none;
}

/*other*/
.to_top {
    position: fixed;
    display: block;
    right: 50px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background-color: black;
    border-radius: 2px;
    opacity: 0.7;
    -moz-box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow: 2px 2px 5px #333333;
    box-shadow: 2px 2px 5px #333333;
    z-index: 30000;
    cursor: pointer;
}

.to_top > .ri-arrow-up-s-line {
    top: 4px;
    position: relative;
    font-size: 30px;
    font-weight: normal;
    left: 11px;
    color: white;
}

.Different_annotation .img-responsive {
    height: 70px;
    object-fit: contain;
    cursor: pointer
}
/*search*/
.glyphicon-search {
    top: 2px;
}

.panel-heading {
    position: relative;
}

.panel-title > a {
    font-weight: bold;
}

.panel-title > a::after {
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 16px;
    right: -1px;
}

.panel-title > a::before {
    content: "\f068";
    font-family: fontawesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #ababab;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    border: 4px solid #626262;
    position: absolute;
    top: 5px;
    right: 14px;
}

.panel-title > a.collapsed::before {
    content: "\f067";
    background: #ababab;
    border: 4px solid #626262;
}

.panel-default > .panel-heading {
    color: #f0f0f0;
    background-color: #31353d;
}
/* Custom Styles */
ul.nav-tabs {
    margin-top: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

ul.nav-tabs li {
    margin: 0;
    border-top: 1px solid #ddd;
}

ul.nav-tabs li:first-child {
    border-top: none;
}

ul.nav-tabs li a {
    margin: 0;
    padding: 4px 16px;
    border-radius: 0;
}

ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover {
    color: #fff;
    background: #0088cc;
    border: 1px solid #0088cc;
}

ul.nav-tabs.affix {
    top: 72px; /* Set the top position of pinned element */
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 0;
}

.dataTables_processing {
    z-index: 3;
    background: white;
}
/*datatable*/

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
    display: inline-block;
}
.dataTables_length,div.dataTables_wrapper div.dataTables_paginate{
    margin-top: 10px;
}
.dt-buttons {
    display: inline-block;
}

i[class='ri-folder-download-line'] {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top:3px;
}
.ri-add-circle-fill,.ri-indeterminate-circle-fill {
    font-size: 37px;
    float:right;
    position: relative;
    top:8px;
}