body {
    min-width: 1200px;
}

header {
    background: linear-gradient(90deg, rgb(5 28 54) 0%, rgb(21 59 114) 100%);
}

header nav {
    text-align: right;
    padding: 0;
    height: 80px;
}

header nav a {
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 15px;
    height: 100%;
    font-weight: normal;
    -webkit-transition: border .3s;
    transition: border .3s;
    opacity: 0.5;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
}

header nav a:hover,
header nav a.active {
    opacity: 1;
    color: white;
    border-bottom: 1px solid #6ACCFF;
    background: transparent linear-gradient(180deg, rgb(255 255 255 / 10%) 0%, rgb(255 255 255 / 30%) 100%) 0% 0% no-repeat padding-box;
}

.nav-menu {
    padding-top: 0;
    padding-bottom: 0;

}

header nav a:first-child {
    margin-left: 0;
}

header nav {
    display: flex;
    align-items: center;
}

.home-banner {
    background: #ffffff14;
    color: white;
    border-radius: 11px;
    margin-top: 20px;
    padding: 20px;

}

.home-banner a {
    text-decoration: underline;
    color: white;
    font-weight: normal;
}

.home-banner a:hover {
    color: white;
}

.video-view {
    border-radius: 11px;
}

.page-title {
    max-width: 620px;
    font-size: 2.8rem;
    color: white;
    font-weight: bold;
}

.view-all-mods {
    display: inline-block;
    font-size: 16px;
    height: 65px;
    background: transparent;
    border: 1px solid #6accff;
    color: #6accff;
    border-radius: 11px;
    margin-top: 50px;
    line-height: 61px;
    padding-left: 30px;
    text-transform: uppercase;
    padding-right: 30px;

}

.stats {
    background: #F1F1F1;
    padding-top: 33px;
    padding-bottom: 33px;

}

.stats label,
.stats span {
    display: block;
    font-size: 16px;
    color: black;
    text-align: center;
    font-weight: bold;
}

.stats span {
    font-size: 42px;
}

.stats .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.view-all-mods:hover {
    color: #6accff;
}

footer {
    text-align: center;
    padding: 40px 0;
    margin-top: 100px;
    background-color: #f4f4f4;
}

.footer-logo {
    max-width: 225px;
    margin-bottom: 25px;
}

.footer-navigation a {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    color: #808080;
    font-weight: normal;
}

footer span {
    font-size: 14px;
    color: #808080;
}

.copy-right {
    text-align: left;
    display: flex;
    align-items: end;
}

.left {
    float: left;
}

.right {
    float: right;
}

.ui-content {
    width: 100%;
    min-height: 780px;
    margin: 0 auto 0 auto;
    background-color: #fff;
}

main .container > .ui-content {
    padding: 20px;
    margin: 20px auto 0 auto;
    display: inline-block;
}

.text {
    font-size: 16px;
    color: black;
}

.text strong {
    font-size: 24px;
    font-weight: bold;
}

.responsive_table_wrapper {
    width: 100%;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 50px;
}

.responsive_table_wrapper > table {
    min-width: 600px;
}

a:hover,
a:focus,
a.active,
a {
    text-decoration: none;
}

textarea {
    resize: none;
}

body {
    opacity: 1;
    overflow: auto;
}

body.hidden {
    display: block !important;
}

main {
    position: relative;
}

main.home-page {
    padding-top: 25px;
}

main.home-page .item {
    padding-bottom: 50px;
}

main.home-page .item:first-child {
    padding-top: 50px;
}

main.home-page .item h1 {
    position: relative;
    color: #1e3746;
    font-size: 24px;
    padding: 25px 0;
    padding-left: 20px;
}

main.home-page .item h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background-color: #20558a;
    margin-top: 8px !important;
}


main.home-page .video-news {
    margin-bottom: 50px;
}

main.home-page .video-container {
    background-color: #353535;
    padding: 20px 20px 15px 20px;
}

main.home-page h2 {
    color: white;
    font-size: 16px;
    margin: 15px 0 10px 0 !important;
}

main.home-page iframe {
    border: none;
}

main.home-page .video-container h2.see {
    width: 100%;
    height: 160px;
    background-color: #3c3c3c;
    text-align: center;
    padding: 70px 0;
    margin: 0 !important;
}

main.home-page .news {
    height: 202px;
    padding: 0;
    padding-right: 20px;
}

main.home-page .news > div {
    background-color: #fff;
    height: 100%;
}

main.home-page .news h1 {
    position: relative;
    color: #1e3746;
    font-size: 18px;
    padding: 16px 0 0 0;
    padding-left: 20px;
}

main.home-page .news h1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 5px;
    background-color: #20558a;
}

main.home-page .news .item {
    font-size: 16px;
    color: #434343;
    font-weight: 400;
    padding-bottom: 0;
    padding-bottom: 10px;
}

main.home-page .news .item span {
    width: 49%;
    display: inline-block;
}

main.home-page .news .item span:nth-child(1) {
    text-align: right;
    padding-right: 7px;
}

main.home-page .news .item span:nth-child(2) {
    padding-left: 7px;
}

main .help {
    width: 44px;
    height: 60px;
    background-color: #20558a;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: 99;
    text-align: center;
}

main .help::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #20558a;

    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
}

main .help span {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}


table tr td {
    word-break: break-all;
}

table.dataTable {
    min-width: auto !important;
}

.plugin-page h3,

.plugin-page h4 {
    margin-bottom: 15px !important;
    font-weight: 900;
}

.plugin-page p {
    margin-bottom: 10px !important;
}

.search-sub-menu {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    display: flex;
}

table.dataTable {
    width: 100% !important;
}

.chosen-container {
    width: 100% !important;
    max-width: 235px;
}

.search-sub-menu a {
    color: black;
    font-size: 14px;
    position: relative;
    top: 1px;
    line-height: 17px;
    font-weight: normal;
    padding: 10px 10px 16px 10px;
    border-bottom: 2px solid transparent;
    opacity: 0.5;
    -webkit-transition: border .3s;
    transition: border .3s;
    display: inline-block;
    text-transform: uppercase;
    margin-right: 25px;
}

.keep-all {
    word-break: keep-all;
}

.search-sub-menu a.active,
.search-sub-menu a:hover {
    border-bottom: 2px solid #20558a;
    opacity: 1;
}

.block-form label {
    margin-top: 10px;
}

.mobile-aside-modal-header, .mobile-filter-btn {
    display: none;
}

.mobile-filter-btn {
    float: left;
    font-size: 15px;
    display: none;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
}

.apply-filter {
    display: none;
}

.panel-heading {

    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.stat-accordion .panel-title a, .stat-accordion .panel-title a:active, .stat-accordion .panel-title a:hover,
.help-accordion .panel-title a, .help-accordion .panel-title a:active, .help-accordion .panel-title a:hover {
    color: #49494e;
}

.group-x select, .group-b select {
    display: inline-block;
}

.group-x, .group-b {
    padding-bottom: 60px;
}

.vertical-scroll-container {
    overflow-x: auto;
    padding-bottom: 5px;
    position: absolute;
    right: 17px;
    left: 17px;
}

.statistic-relative .vertical-scroll-container {
    right: 0;
    left: 0;
    text-align: center;

}

.scrollable-items {
    min-width: 770px;
    display: inline-block;
    text-align: center;
}

.statistic-relative {
    height: 487px;
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}

.statistic-relative .scrollable-items {
    min-width: 100%;
}

.statistic-relative .legend-table.text {
    display: inline-block;

    text-align: left;
}

.sequences_div_area {
    height: 420px;
}

.panel-collapse {
    padding: 10px;
}


.tooltip-question {
    display: inline-block;
    width: 17px;
    height: 15px;
    background-image: url('../img/question.svg');
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    margin-left: 3px;
}

.tooltip-inner {
    min-width: 400px;
    background: #dee2e6;
    color: black;
    text-align: left;
}

.video-view {
    width: 350px;
    height: 260px;
}

.select2-container--default .select2-selection--single:not(.input-filled),
.select2-container--default .select2-selection--multiple:not(.input-filled) {
    border: 1px solid #E6E6E6 !important;
}

.select2-container--default .select2-selection--single.input-filled,
.select2-container--default .select2-selection--multiple.input-filled {
    border-right: 1px solid #E6E6E6 !important;
    border-left: 1px solid #E6E6E6 !important;
    border-top: 1px solid #E6E6E6 !important;
}

.search-articles-container {
    padding-left: 0px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-50 {
    margin-top: 50px;
}

.p-t-20 {
    margin-top: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.red {
    color: red;
}

.gone {
    display: none;
}


.even {
    background-color: #F2F2F2 !important;
    border: none;
}

.odd {
    background-color: #ffffffb5 !important;
}

.mt-20 {
    margin-top: 20px;
}


a {
    color: #20558a;
    font-weight: 600;
}

.loading-mask {
    position: relative;
}

.loading-mask:before {
    content: 'Please Wait ...';
    background-color: white;
    display: block;
    position: absolute;
    font-weight: bold;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500000;
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 20px;
    text-align: center;
    color: #20558a;
}

.btn-dbaasp {
    background-color: #20558a;
    border: 1px solid #20558a;
    color: white;
}

.btn-dbaasp:hover, .btn-dbaasp:active {
    background-color: #20558a !important;
    color: white;
}

.symbol {
    width: 70px;
}

.input-filled {
    border-bottom: 2px solid blue !important;
    border-radius: 5px;
}

.scrollable-div-400 {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.external-link {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.toc-container {
    border-radius: 8px;
    background: #F2F2F2;
    width: 100%;
    position: sticky;
    top: 0;
    padding: 16px 20px;
}

.toc-container h4 {
    color: black;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 27px;
}

.toc-container ul {
    list-style: disc;
    margin-left: 0;
    padding-left: 0;
}

.toc-container li {
    margin-top: 15px;
}

.toc-container a {
    color: #094C8F;
    font-size: 14px;
    font-weight: normal;

}


.prosite-container {
    padding-left: 0px;
}

.interpro-container {
    padding-left: 0px;
}

.panel-title a[data-toggle="collapse"] {
    display: block;
    position: relative;
    padding: 20px 15px;
    padding-right: 45px;
}

.panel-title a[data-toggle="collapse"]::before {
    position: absolute;
    content: '';
    right: 7px;
    width: 30px;
    height: 20px;
    display: block;
    background-image: url('../img/down.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 37px;
}

.panel-title a[data-toggle="collapse"][aria-expanded="true"]::before {
    transform: rotate(180deg);
}

.view-all-arrow {
    display: inline-block;
    background-repeat: transparent;
    border-radius: 50%;
    width: 27px;
    height: 27px;
}

.view-all-arrow:hover {

    background: #F2F2F2;
}

.view-all-arrow img {
    position: relative;
    top: -6px;
    left: -8px;
}

.fix-collapse-borders {
    padding: 0px;
    margin-bottom: 20px;
}

.panel-body-bordered {
    padding: 20px;
    border: 1.8px solid #e2e2e7;
}

.span-like-a {
    color: #20558a;
    font-weight: 600;
    cursor: pointer;
}

.export-csv-data {
    margin-right: 20px;
}

.contact-support {
    font-weight: 600;
    cursor: pointer;
    position: fixed;
    right: 1px;
    top: 20%;
    z-index: 10000;
    background: darkorange;
    color: white;
    padding: 14px 8px 14px 8px;
    border-radius: 5px 0px 0px 5px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 1366px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

@media (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px !important;
    }
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

legend {
    font-size: 1.1rem !important;
}

.border {
    border: 1.2px solid #2125293b !important;
}

.new-red {
    color: #b10909;
    font-weight: bold;
    font-size: 10px;
    padding-left: 2px;
}

.new-white {
    color: white;
    font-weight: bold;
    font-size: 10px;
    padding-left: 2px;
}

.rest-api-iframe {
    width: 100%;
    height: 800px;
    border: none;
}

.feedback-iframe {
    border: none;
    width: 100%;
    height: 2000px;
}

.dt-container .dt-search {
    display: none;
}

.text-left {
    text-align: left;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date{
    text-align: left!important;
}