/*html{*/
/*    filter: grayscale(100%);*/
/*    !* -webkit-filter: grayscale(100%); *!*/
/*    -moz-filter: grayscale(100%);*/
/*    -ms-filter: grayscale(100%);*/
/*    -o-filter: grayscale(100%);*/
/*    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*    -webkit-filter: grayscale(1);*/
/*}*/

html, body {
    font-family: Arial, "Microsoft YaHei", "微软雅黑", serif !important;
    font-size: 14px;
    /*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;
}

.menu .item, a.item {
    color: #4183c4 !important;
}

.list a.item.active{
    color: #fff !important;
    background-color: #4183c4 !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 */
}

.toc.item {
    display: none;
}

.masthead > .ui.container h1 {
    font-size: 3em;
    margin-top: 30px;
}

.secondary.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.menu .item, .secondary.menu .menu {
        display: none !important;
    }

    .secondary.menu .toc.item {
        display: block !important;
    }


    .masthead h1.ui.header {
        font-size: 20px !important;
    }
    .masthead small {
        font-size: 16px !important;
    }


    .ui.form{
        width: 100% !important;
    }

    #home {
        margin-top: 0 !important;
    }
}

.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: 16px;
    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;
}