/*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;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

#prgTable_length .ui.selection.dropdown {
    min-width: 2em !important;
}

/*.ui.statistics{*/
/*    margin:auto !important;*/
/*}*/

@media only screen and (min-width: 1200px){
    .ui.ui.ui.container:not(.fluid) {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .ui.container {
        width: 1230px;
        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.fullscreen.modal {*/
/*    width: 100% !important;*/
/*    margin: 15px auto !important;*/
/*}*/

/*.ui.modal.scrolling{*/
/*    top: 5%;*/
/*    height: 100%;*/
/*}*/

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
}

.bigd-col-md-2 h3 {
    margin-top: 15px !important;
}

.ui.text.justified {
    text-align: justify !important;
}

.goto::before {
    content: "";
    display: block;
    height: 100px; /* fixed header height*/
    margin: -100px 0 0; /* negative fixed header height */
}

div.dataTables_scrollHeadInner {
    box-sizing: inherit !important;
    width: 100% !important;
    padding-right: 0 !important;
}

.toc.item {
    display: none;
}

.masthead > .ui.container h1 {
    font-size: 3em;
    margin-top: 30px;
}

.ui.items > .item > .content > a.header {
    color: #0d71bb;
}

.my.statistic {
    background-color: #0d71bb;
    padding: 5px;
}

.my.statistic .value {
    color: #fff !important;
}
.my.statistic .label {
    color: #fff !important;
}


.my.statistic > .label {
    font-size: 14px !important;
}


.toc.menu .toc.item {
    display: none;
}

/*.ui.pagination.menu .item{*/
/*    padding: 5px;*/
/*}*/
.ui.items > .item > .content > a.inverted.header {
    font-family: Arial, "Microsoft YaHei", serif !important;
    font-weight: 300 !important;
}

@media only screen and (max-width: 1200px) {
    .ui.items > .item > .content{
        padding-left: 10px !important;
    }
    .ui.items > .item > .content > a.inverted.header {
        font-size: 15px !important;
    }
}



@media only screen and (max-width: 1000px) {
    .ui.items > .item > .content{
        padding-left: 5px !important;
    }
    .ui.items > .item > .content > a.inverted.header {
        font-size: 14px !important;
    }
    .ui.items > .item > .image {
        width: 40px !important;
    }
    .ui.items > .item > .content > a.inverted.header {
        font-weight: 100 !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;
}

/*v3-update*/
.topnav.menu {
    background: -webkit-linear-gradient(left, #d3dde7 0, #fff 20%, #fff 50%, #fff 80%, #d3dde7 100%);
    border-radius: 0;
    border: none;
}

.topnav.menu .item {
    color: #555;
    padding: 5px 10px;
    font-weight: bold;
}

.topnav.menu .item > img:not(.ui) {
    display: inline-block;
    vertical-align: middle;
    margin: -.3em 0;
    width: 100%;
    padding-left: 5px;
}

.ui.menu .item > i.dropdown.icon {
    margin: 0 0 0 5px !important;
}

.ui.simple.dropdown.item > a.header {
    color: #555 !important;
    padding: 15px 0 15px 0 !important;
    font-weight: bold !important;
}

.segment.banner {
    background: -webkit-linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
    background: -ms-linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
    background: -moz-linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
    background: -o-linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
    background: linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b3ba', endColorstr='#2c235c', GradientType=1);
    /*margin: 50px 0 !important;*/
    padding: 15px 15px 30px 15px;
}


@media (max-width: 768px) {
    .segment.banner {
        background: -ms-linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
        background: -webkit-linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
        background: -moz-linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
        background: -o-linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
        background: linear-gradient(left, #32b3ba 0, #2c235c 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32b3ba', endColorstr='#2c235c', GradientType=1);
        margin: 0 0 15px 0 !important;
        padding: 0;
    }
}

.ui.items > .item > .content > a.inverted.header {
    color: #fff;
}

a.inverted.card.teal:hover {
    background: #00b5ad !important;
}

a.inverted.card.orange:hover {
    background: #ec7726 !important;
}

a.inverted.card.blue:hover {
    background: #0d71bb !important;
}

.card.inverted.blue {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #0d71bb;
}

.card.inverted.teal {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #00b5ad;
}

.card.inverted.orange {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #ec7726;
}

.ui.three.cards > .card {
    width: calc(33.33333333% - 0.5em);
    margin: 0.25em 0.25em;
    height: 130px;
}

.ui.two.cards > .card {
    width: calc(50% - 0.5em);
    margin: 0.25em 0.25em;
}

.card.inverted > .content {
    padding: 1em 0.5em !important;
}

.card.inverted > .content > .header {
    color: #fff !important;
    margin-top: 15px !important;
}

.card.inverted > .content > .description {
    color: #fff !important;
    margin-top: 15px !important;
}


.card.inverted > .content > .header > p {
    color: #fff !important;
}

.card.inverted > .content > .description > p {
    color: #fff !important;
}

.ui.breadcrumb.inverted {
    margin-top: 30px;
    color: #fff;
}

.ui.breadcrumb.inverted i {
    color: #fff !important;
}

.ui.breadcrumb.inverted a {
    color: #fff !important;
}

.ui.simple.dropdown.item > a.header {
    color: #555;
    padding: 15px
}

.about > p {
    padding: 5px 0 !important;
    margin: 0 0 0.2em !important;
}

.countryTable td {
    padding: .49em .7em !important;
}

.footer {
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 300px; !* Set the fixed height of the footer here *!*/
    border-top: 3px solid #00b5ad;
    background: -webkit-linear-gradient(left, #d3dde7 0, #fff 20%, #fff 50%, #fff 80%, #d3dde7 100%);
    padding: 30px 15px;
}
