/*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-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/sedb/public/img/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('http://www.licpathway.net/sedb/public/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: 50px;
    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*/


header .navbar-default {
  /* background-color: #f5f6f770; */
  background-color: #355c7d;
}

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

header .navbar-default .navbar-nav > li > a, .navbar > .container .navbar-brand {
  /* color: #666; */
  /* color: f'f'; */
  /* font-size: 14px; */
  color: #fff;
  font-size: 21px;
}

header .navbar-default .navbar-nav a::after, header .navbar-default .navbar-nav a::before {
  /* background-color: #1A202C; */
  background-color: #FFF;
}

header .navbar-default .navbar-nav > .active > a {
  /* background-color: #f5f6f7; */
  background-color: #ffbd21;
}

/* bootstrap.min.css | https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css */

.navbar {


}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  /* color: #555; */
  /* background-color: #e7e7e7; */
  color: #ffa500;
  background-color: #355c7d;
}

.navbar-default .navbar-nav > li > a {
  /* color: #777; */
  color: #fff;
}

/* 元素 | http://www.licpathway.net/VARAdb/index.php */

.navbar > div:nth-child(1) {
  padding: 13px;
}

/* 元素 | http://127.0.0.1/TcoFBase/loading/header.html */

.navbar-brand {
  margin-left: 80px;
}
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;
}


/* 元素 | http://www.licpathway.net/TcoFBase/Home.html */

.nav {
  margin-right: 70px;
}


/* 元素 | http://www.licpathway.net/TcoFBase/Browse/Human/main_function.php?&Symbol=EP300 */

table.table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(5) {
  text-transform: capitalize;
}
