/*黑白色*/
/*html {*/
/*    -webkit-filter: grayscale(100%);*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    _filter:none;*/
/*}*/
html, body {
    font-family: Arial, "Microsoft YaHei", "微软雅黑", serif !important;
    font-size: 16px
    /*margin-top: 60px;*/
}

.ui.statistics {
    margin: auto !important;
}

@media only screen and (min-width: 1200px) {
    .ui.container {
        width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .ui.grid.container {
        width: calc(1200px + 2rem) !important
    }

    .ui.relaxed.grid.container {
        width: calc(1200px + 3rem) !important
    }

    .ui.very.relaxed.grid.container {
        width: calc(1200px + 5rem) !important
    }
}


/*.ui.modal.scrolling{*/
/*    top: 5%;*/
/*    height: 100%;*/
/*}*/

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    overflow-y: hidden;
}

.bigd-col-md-2 h3 {
    margin-top: 15px !important;
}

.ui.text.justified {
    text-align: justify !important;
    font-size: 16px;
}

.menu .item, a.item {
    color: #166E3D !important;
}


.list a.item.active {
    color: #fff !important;
    background-color: #166E3D !important;
    padding: 3px 10px !important;
    border-radius: .28571429rem !important;
}

.goto::before {
    content: "";
    display: block;
    height: 50px; /* fixed header height*/
    margin: -50px 0 0; /* negative fixed header height */
}

@media only screen and (min-width: 700px) {
    .toc.menu {
        display: none;
        margin-bottom: 0!important;
    }
}
.ui.statistic > .label, .ui.statistics .statistic > .label{
    text-transform: none !important;
}


/*@media only screen and (min-width: 1000px) {*/
/*    .banner{*/
/*        padding-bottom: 100px !important;*/
/*        margin-bottom: -150px !important;*/
/*        min-height: 500px !important;*/
/*    }*/
/*}*/

@media only screen and (max-width: 700px) {
    .ui.top.menu {
        display: none !important;
    }

    .toc.menu{
        margin-bottom: 0!important;
    }

    .toc.menu .toc.item {
        display: block !important;
    }
}

.banner {
    background: url("../image/background-2.png") no-repeat !important;
    background-size: cover !important;
}

.secondary.menu .toc.item {
    display: none;
}

.layout .layout-list-group, .layout-list-group-2, .layout-list-group-3, .layout-list-group-4 {
    float: left;
    width: 100%;
    height: 120px;
    padding: 15px;
    line-height: 1.5;
    text-align: center;
    border: 5px solid #fff;
    vertical-align: middle;
    border-radius: .28571429rem;
    color: #ffffff;
    margin: 0 auto;
    overflow: hidden;
}

.layout a:hover {
    color: #f5f5f5;
}

@media (min-width: 768px) {
    .layout {
        margin-right: 0;
        margin-left: 0
    }

    .layout .layout-list-group {
        width: 100%;
        font-size: 16px
    }

    .layout .layout-list-group-3 {
        width: 33.3%;
        font-size: 16px
    }

    .layout .layout-list-group-2 {
        width: 50%;
        font-size: 16px
    }

    .layout .layout-list-group-4 {
        width: 25%;
        font-size: 16px
    }
}

.layout h4 {
    font-size: 18px;
}

.layout p {
    font-size: 18px;
    font-weight: bold;
}

.layout .blue {
    background-color: #2185d0;
}

.layout a.blue:hover {
    background-color: #0E6EB8;
}

.layout .teal {
    background-color: #00b5ad;
}

.layout a.teal:hover {
    background-color: #008080;
}

.layout .green {
    background-color: #21ba45;
}

.layout a.green:hover {
    background-color: #016936;;
}

.layout .olive {
    background-color: #b5cc18;
}

.layout a.olive:hover {
    background-color: #9ecc52;
}


.fade {
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
}


.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
pre {
    display: block;
    font-family: monospace;
    unicode-bidi: isolate;
    white-space: pre;
    margin: 1em 0px;
}
.hmmalign {
    font-size: 12px;
    font-family: courier new;
}

.tf_info td {
    padding: 2px 5px 2px 7px;
    text-align: center !important;
}

.tf_info tr.title {
    color: #000;
    background-color: #eaf2d3;
    font-weight: 700;
    font-size: .9em;

}

.leftrow{
    text-align: left !important;
}
.centerrow{
    text-align: center !important;
}

a{
    color: #09744c;
}
a:hover {
    text-decoration: none;
    color: #085035;
}
.d-none {
    display: none !important
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}