@charset "utf-8";

header {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1000;

    .topcss .subMenu_content {
        width: 100%;
    }
}

/* headers */

h1 {
    font-size: 1.8em;
    font-weight: bold;
    color: #BF9000;
    display: inline;
}

h3 {
    color: #cc9966;
    margin: 10px 15px;
}

h2,
h4 {
    color: #828e9a;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

/* links */

a:link {
    color: #4a947b;
    text-decoration: none;
}

a:visited {
    color: #4a947b;
    text-decoration: none;
}

a:hover {
    color: #ff9000;
    text-decoration: underline;
}

a:active {
    color: #ff9000;
    text-decoration: none;
}


.topcss {
    /* top elements */
    width: 100%;
    height: 100%;
    color: #343e5e;
    font: normal 0.8em Verdana, Sans-serif;
    background: #fff;
    line-height: 1.4;
}

.topcss * {
    margin: 0;
    padding: 0;
}

.topcss img {
    border: 0;
}

.topcss a:link {
    color: #4a947b;
    text-decoration: none;
}

.topcss a:visited {
    color: #4a947b;
    text-decoration: none;
}

.topcss a:hover {
    color: #ff9000;
    text-decoration: underline;
}

.topcss a:active {
    color: #ff9000;
    text-decoration: none;
    /* headers */
}


.topcss #header {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    text-align: left;
    background-color: #1c305c;
}

.topcss .header_content {
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 0px;
    left: 0px;
    display:flex;
    align-items: center;
    height: 100%;
}

.topcss .logo {
    float: none;
    position: relative;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: auto;
    height: 100%;
    vertical-align: middle;
    /* navigation */
}

.topcss .logo a {
  display: block;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  margin-left: calc(50px - 15px);
  margin-right: 10px;
}

.topcss .logo img {
  display: block;
  height: 100%;
  width: auto;
  
}

.topcss .navi {
    flex: 1;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 100%;
    margin: 0 auto;
    list-style-type: none;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}

.topcss .navi li {
    float: none;
    position: relative;
    width: auto;
    height: auto;
    text-align: left;
}

.topcss .navi li img {
    padding-top: 6px;
    padding-bottom: 2px;
}

.topcss .navi li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

.topcss a#feedback-link {
    color: #a2d7dd;
    margin-right: calc(50px - 17px);
}

.topcss .navi>li>a {
    padding: 18px 17px;
    font-size: 16px;
    color: #d4dcda;
    height: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topcss .navi li:hover>a {
    background-color: #17184b;
    color: #FFFFFF
}

.topcss .navi li ul {
    list-style: none;
    position: absolute;
    top: auto;
    left: auto;
}

.topcss .navi li:last-child ul {
    left: -100%;
    width: 100%;
}

.topcss .navi li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    white-space: nowrap;
    ul.subMenu {
        display: none;;
        top: 0px;
        left: 100%;
        font-weight: bold;;
        li {
        }
    }
}
.topcss .navi li ul li.subMenuParent:hover {
    ul.subMenu {
        display: block;
        li {
        }
    }
}


.topcss .navi li ul li a {
    padding: 12px 8px;
    color: #bfbfbf;
    text-align: left;
    font-weight: normal;
    border: none;
    background-color: #17184b;
}

.topcss .navi li ul li a:hover {
    color: #ffffff;
    background-color: #d7003a;
}

.topcss .navi li:hover ul li {
    overflow: hidden;
    height: 38px;
    border-top: 1px solid #3c4d62;
}

.topcss .subMenu {
    width: 100%;
    height: 45px;
    background-color: #e3e6e9;
}

.topcss .subMenu_content {
    margin: 0 auto;
    position: relative;
    top: 5px;
}

.topcss .pankuzu {
    float: left;
    list-style: none;
    padding-top: 8px;
    margin-left: 50px;
}

.topcss .pankuzu li {
    float: left;
    padding-right: 7px;
    padding-left: 10px;
    background: url(../images/listMark02.png) no-repeat 0 50%;
}

.topcss .pankuzu li.home {
    padding-left: 0;
    background: none;
}

.topcss .pankuzu li a:link,
.topcss .pankuzu li a:visited {
    color: #343e5e;
    text-decoration: underline;
}

.topcss .pankuzu li a:hover,
.topcss .pankuzu li a:active {
    color: #343e5e;
    text-decoration: underline;
}

.topcss .pankuzu li em {
    font-style: normal;
    /* sub menu search */
}

.topcss .formsearch02 {
    float: right;
    padding-top: 2px;
    margin-right: 50px;
}

.topcss .formsearch02 input.editbox_search {
    height: 28px;
    width: 240px;
    color: #333333;
    background: #FAFAFA;
    outline: none;
    border: 1px solid #acacac;
    padding-left: 4px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.topcss .searchBtn02 {
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    padding: 5px 8px;
    color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    /* side box */
}

.topcss .searchBtn {
    width: 90px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    padding: 6px 0;
    color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 14px;
    margin-left: 4px;
    margin-right: 4px;
}

.topcss .searchBtnColor01 {
    border-bottom: solid 2px #c4641b;
    background: #ff8223;
}

.topcss .searchBtnColor02 {
    border-bottom: solid 2px #149078;
    background: #1abc9c;
}

.topcss .searchBtnColor03 {
    border-bottom: solid 2px #646d76;
    background: #828e9a;
}

.topcss .searchBtnColor01:hover {
    border-bottom: solid 2px #f37719;
    background: #f37719;
}

.topcss .searchBtnColor02:hover {
    border-bottom: solid 2px #0bad8d;
    background: #0bad8d;
}

.topcss .searchBtnColor03:hover {
    border-bottom: solid 2px #646d76;
    background: #646d76;
}

.topcss #search_button_on_panel {
    float: left;
    margin-left: 60px;
    margin-top: 14px;
}

.topcss #advance_search_button_on_panel {
    float: left;
    margin-left: 4px;
    margin-top: 14px;
    /* button */
}

.topcss #footer {
    width: 100%;
    height: 112px;
    margin: 0 auto;
    background-color: #1c305c;
    font-size: 85%;
    color: #d4dcda;
    text-align: center;
}

.topcss .footer_size {
    height: 40px !important;
    padding-top: 8px;
}

.topcss .footer_content {
    padding: 0 50px;
    position: relative;
}

.topcss .footer_content div {
    white-space: nowrap;
}

.topcss .footer_content span {
    float: left;
    margin-top: 10px;
}

.topcss .footer_btn {
    float: right;
    list-style-type: none;
    margin: 18px 0;
}

.topcss .footer_btn li {
    float: left;
    text-align: center;
    margin: 0 5px;
}

.topcss .footer_btn li:first-child {
    width: 60px;
    border: none;
    font-weight: bold;
    font-size: 140%;
    color: #aeb4b9;
    line-height: 2.2;
    background-image: url(../images/icon_links.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
}

.topcss .footer_btn li p {
    margin-top: 8px;
    margin-left: 10px;
    height: 16px;
    line-height: 1.6;
    font-size: 110%;
}

.topcss .footer_menu {
    float: right;
    list-style-type: none;
}

.topcss .footer_menu li {
    float: left;
    padding: 8px 0px;
}

.topcss .footer_content a:link {
    color: #d4dcda;
    text-decoration: none;
}

.topcss .footer_content a:visited {
    color: #d4dcda;
    text-decoration: none;
}

.topcss .footer_content a:hover {
    color: #d4dcda;
    text-decoration: underline;
}

.topcss .footer_content a:active {
    color: #d4dcda;
    text-decoration: none;
}

.topcss #extend_intro a {
    text-decoration: underline;
}

.topcss .footer_menu span {
    margin-top: 0px;
}


header,
footer {
    width: 100%;
    min-width: 1070px;
    text-align: center;
    background: whitesmoke;
}

main {
    font: normal .8em Verdana, Sans-serif;
    line-height: 1.4;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

#content {
    color: #343e5e;
    margin: 30px auto;
    max-width: 960px;
}

.post03 {
    margin: 5px 14px 5px 14px;
    line-height: 1.8em;
    padding: 14px;
    background-color: #e3e6e9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.docs_download {
    ul li {
        margin: 10px 0 10px 0px;
    }
    ul, ol {
        padding-left: 30px;
    }

    p {
        /* margin-left: 40px; */
    }

    a {
        text-decoration: underline;
    }

    table {
        th {
            text-align: left;
        }
    }
}

.docs_orgenes {
    #mainBox p {  }
    .post03 {
        margin-left: 0;
    }
    .post03 p {
        margin: 10px 20px 20px 20px;
    }
        
    .t02 {
        margin: 0 auto;
        border-spacing: 0;
        border-top: 1px solid #acacac;
        border-left: 1px solid #acacac;
        border-right: 1px solid #acacac;
        -webkit-border-radius: 10px; 
        -moz-border-radius: 10px;
        border-radius: 10px;	
        }

    .t02 th {
        padding: 4px;
        background: #b0d2db;
        font-weight: bold;
        border-right: 1px solid #acacac;
        text-align: center;
        }

    .t02 tr:first-child th:first-child,
    .t02 tr:first-child td:first-child {
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
        border-radius: 10px 0 0 0;
        }

    .t02 tr:first-child th:last-child,
    .t02 tr:first-child td:last-child {
        -webkit-border-radius: 0 10px 0 0;
        -moz-border-radius: 0 10px 0 0;
        -o-border-radius: 0 10px 0 0;
        border-radius: 0 10px 0 0;
        }

    .t02 tr:last-child th:first-child,
    .t02 tr:last-child td:first-child {
        -webkit-border-radius: 0 0 0 10px;
        -moz-border-radius: 0 0 0 10px;
        -o-border-radius: 0 0 0 10px;
        border-radius: 0 0 0 10px;
        }

    .t02 tr:last-child th:last-child,
    .t02 tr:last-child td:last-child {
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
        border-radius: 0 0 10px 0;
        }

    .t02 tr th:last-child { border: none; }
        
    .t02 td {
        padding: 4px;
        text-align: center;
        border-bottom: 1px solid #acacac;
        background: #fefefe;
        }

    .t02 tr td:first-child {
        border-right: 1px solid #acacac;
        background: #e1f6f6;
        }

    .t02 tr:nth-child(2n+1) { background: #f0f5f5; }

    #orspex_image {
        margin-top: 30px;
        text-align: center;
    }

    .inactive_link {
        color: #8b8b8b;
    }

    .footer_menu span {
        margin-top: 0px;
    }

}


.docs_news {
    /* ul li {
        margin-left: 50px;
    }
    p {
        margin-left: 40px;
    } */
    a {
        text-decoration: underline;
    }
}

.docs_pub {
    /* ul li {
        margin: 10px 0 10px 50px;
    }
    p {
        margin-left: 40px;
    } */
    ul li {
        margin: 10px 0;
    }
    a {
        text-decoration: underline;
    }
    
}

.docs_about {
    /* ul li {
        margin: 10px 0 10px 50px;
    }
    p {
        margin-left: 40px;
    } */

    a {
        text-decoration: underline;
    }

    .text_content {
        margin: 20px 15px 20px 15px;
    }

    #title_rap {
        float: left;
        padding-right: 10px;
        font-size: 190%;
        font-weight: normal;
        color: #d7003a;
    }

    .post01 {
        /* margin: 10px 15px; */
        line-height: 1.6;
    }

    .post01 div {
        float: left;
        padding-right: 10px;
        font-size: 190%;
        font-weight: normal;
        color: #ff6060;
    }

    .post01 p {
        font-weight: normal;
        margin: 0;
    }

    p {
        margin: 0;
        margin-left: 40px;
    }


    .team_members {
        display: flex;
        flex-wrap: wrap;
        gap: 35px;
        h2 {
            margin-bottom: 10px;
        }
        p {
            margin: 0px 20px;
        }
    }
}


.docs_links {
    /* ul li {
        margin-left: 50px;
    }
    p {
        margin-left: 40px;
    } */
    table {
        width: 600px;
        margin: 0;
        /* margin-left: 35px; */
    }
    table td {
        width: 50%;
        height: 60px;
        padding: 0;
    }
    img {
        border: none;
        width: 250px;
    }
    a {
        text-decoration: underline;
    }
}

#stat_table {
    border-spacing: 0;
    margin-top: 15px;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    tr td:last-child {
        border-right: none;
    }
    tr:nth-child(2n+1) {
        background: #f0f5f5;
    }
    th {
        background: #b0d2db;
        font-size: 11px;
        font-weight: bold;
        border-right: 1px solid #e1f6f6;
        text-align: center;
        padding: 1px;
    }
    tr th:last-child {
        border-right: none;
    }
    tr td {
        padding: 2px;
        font-size: 11px;
        border-bottom: 1px solid #d3d3d3;
    }
    td {
        text-align: center;
        border-right: 1px solid #d3d3d3;
    }
    tr td:first-child {
        font-weight: bold;
        background: #e1f6f6;
        border-right: 1px solid #d3d3d3;
        text-align: center;
    }
}

#docs_genes_statistics {
    width: 960px;
    /* margin: 30px auto; */
    margin-top: 30px;
    margin-bottom: 30px;

    table {
        text-align: right;
        width: 900px;
    }

    table tr {
        height: 40px;
    }

    table tr td {
        font-size: 12px;
        padding-right: 7px;
        border-bottom: 1px solid lightgray;
    }

    table tr.title td {
        text-align: center;
        color: #000066;
        font-weight: bold;
        font-size: 13px;
        padding-right: 0;
    }

    table tr td.type {
        text-align: left;
        background-color: beige;
        color: #000066;
        font-size: 13px;
        font-weight: bold;
        padding-left: 15px;
    }

    table tr td.total {
        font-weight: bold;
        padding-right: 18px;
    }

    table tr.title {
        background-color: #B5EAAA;
    }

    table tr td.c01 {
        width: 350px;
    }

    table tr td.c02 {
        width: 40px;
    }

    table tr td.c03 {
        width: 40px;
    }

    table tr td.c04 {
        width: 40px;
    }

    table tr td.c05 {
        width: 40px;
    }

    table tr td.c06 {
        width: 40px;
    }

    table tr td.c07 {
        width: 40px;
    }

    table tr td.c08 {
        width: 40px;
    }

    table tr td.c09 {
        width: 40px;
    }

    table tr td.c10 {
        width: 40px;
    }

    table tr td.c11 {
        width: 40px;
    }

    table tr td.c12 {
        width: 40px;
    }

    table tr td.c13 {
        width: 40px;
    }

    table tr td.c14 {
        width: 70px;
    }
}

.t01 {
    border-spacing: 0;
    margin-top: 15px;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;

    th {
        background: #b0d2db;
        font-weight: bold;
        border-right: 1px solid #e1f6f6;
        text-align: center;
    }

    tr th:last-child {
        border: none;
    }

    td {
        padding: 6px;
        text-align: right;
        border-right: 1px solid #d3d3d3;
    }

    tr td:first-child {
        font-weight: bold;
        background: #e1f6f6;
        border-right: 1px solid #d3d3d3;
        text-align: left;
    }

    tr td:last-child {
        border: none;
    }

    tr:nth-child(2n+1) {
        background: #f0f5f5;
    }
}



#data_date {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 60px;
}



/* form */

.formBox label {
    padding-left: 10px;
}

.formBox ul {
    list-style: none;
    margin: 0 0 10px 0;
}

.formBox ul li {
    padding-top: 10px;
    padding-top: 10px;
}

.formBox ul li:first-child {
    border: none;
}

.formBox ul li span {
    float: left;
    display: block;
    width: 160px;
    text-align: left;
    margin-right: 10px;
}

.formBox p {
    display: block;
    overflow: hidden;
    padding-top: 3px;
    zoom: 1;
}

.openBtn {
    display: inline;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 6px 10px;
    border: none;
    border-bottom: solid 2px #747e89;
    background: #828e9a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    margin-left: 10px;
}

.openBtn:hover {
    color: #fff;
    text-decoration: none;
    border: none;
    border-bottom: solid 2px #747e89;
    background: #747e89;
}

.formBtn {
    margin-left: 10px;
}

/* launcher search */

.formsearch01 {
    width: 100%;
    margin-top: 10px;
    height: 28px;
    text-align: center;
}

.formsearch01 input.editbox_search {
    height: 28px;
    width: 280px;
    color: #333333;
    background: #FAFAFA;
    outline: none;
    border: 1px solid #acacac;
    padding-left: 4px;
    margin: 0 auto;
}

.searchBtn {
    width: 90px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    padding: 6px 0;
    color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

.searchBtnColor01 {
    border-bottom: solid 2px #c4641b;
    background: #ff8223;
}

.searchBtnColor02 {
    border-bottom: solid 2px #149078;
    background: #1abc9c;
}

.searchBtnColor03 {
    border-bottom: solid 2px #646d76;
    background: #828e9a;
}

.searchBtnColor01:hover {
    border-bottom: solid 2px #f37719;
    background: #f37719;
}

.searchBtnColor02:hover {
    border-bottom: solid 2px #0bad8d;
    background: #0bad8d;
}

.searchBtnColor03:hover {
    border-bottom: solid 2px #646d76;
    background: #646d76;
}

.hidden {
    display: none;
}

.inactive_link {
    color: #8b8b8b;
}

.footer_menu span {
    margin-top: 0px;
}

/* sub menu search */

.formsearch02 {
    float: right;
    padding-top: 2px;
    margin-right: 20px;
}

.formsearch02 input.editbox_search {
    height: 28px;
    width: 240px;
    color: #333333;
    background: #FAFAFA;
    outline: none;
    border: 1px solid #acacac;
    padding-left: 4px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.searchBtn02 {
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    padding: 5px 8px;
    color: #fff;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 auto;
}


