﻿body {
    --themeColor: #C12F2B;
    --themeColorHover: #C12F2B;
    --themeIcon: #C12F2B;
}

.hide {
    display: none !important;
}

a {
    color: #337ab7;
    text-decoration: none;
}

@media (min-width: 768px) {
    .web {
        font-size: 1.6rem;
        padding-left: 0.5rem;
    }
}

@media (max-width: 767px) {
    .web {
        font-size: 0.8rem;
        padding-left: 0.3rem;
    }
}

html body .content .content-wrapper {
    padding: 0.3rem;
}

.header-navbar.navbar-semi-dark .navbar-header {
    background: #fff !important;
}

.header-navbar.navbar-semi-dark .navbar-nav .nav-link {
    color: #55595c !important;
}

.main-menu.menu-dark {
    color: #000;
    background: #fff;
}

.black {
    color: #000;
}

.g-status {
    width: 26px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    font-size: 12px;
}

.g-status-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.g-status-alarm {
    background: red;
}

.g-status-warn {
    background: #ffd800;
}

.g-status-run {
    background: #5cf548;
}

.g-status-stop {
    background: #fff;
    border: 2px solid #000;
}

.g-status-offline {
    background: #808080;
}

.g-status-all {
    background: #56668C;
}


.main-menu.menu-dark .navigation {
    background: #fff !important;
}

    .main-menu.menu-dark .navigation > li.open > a {
        color: #000;
        background: #fff;
    }

    .main-menu.menu-dark .navigation > li.open > ul {
        background: #fff;
    }

    .main-menu.menu-dark .navigation > li.open .hover > a {
        background: #fff;
        color: #000;
    }

    .main-menu.menu-dark .navigation li a {
        color: #000;
    }

    .main-menu.menu-dark .navigation > li ul .active > a {
        color: #fff;
        background-color: var(--themeColor);
    }

    .main-menu.menu-dark .navigation > li ul .open {
        background: #fff;
    }

        .main-menu.menu-dark .navigation > li ul .open > a {
            color: #000;
        }

        .main-menu.menu-dark .navigation > li ul .open .hover > a {
            background: #fff;
            color: #000;
        }

        .main-menu.menu-dark .navigation > li ul .open > ul .open {
            background: #fff;
        }

            .main-menu.menu-dark .navigation > li ul .open > ul .open > ul li > a {
                padding: 8px 20px 8px 56px;
            }

    .main-menu.menu-dark .navigation > li.hover > a, .main-menu.menu-dark .navigation > li:hover > a, .main-menu.menu-dark .navigation > li.active > a {
        color: #000;
        background-color: #fff;
    }

    .main-menu.menu-dark .navigation > li ul li {
        color: #000;
        background: #fff;
    }

.main-menu-content ul li {
    line-height: 1.2;
}

.main-menu .MenuName {
    padding-left: 15px;
}

.main-menu.menu-dark .navigation > li > a {
    padding: 5px 10px;
}

.main-menu.menu-dark .navigation > li ul li > a {
    padding: 5px 10px 5px 22px;
}

.main-menu.menu-dark .navigation > li ul .open > ul li > a {
    padding: 5px 10px 5px 32px;
}

.main-menu.menu-dark .navigation > li > ul {
    background: #fff;
}


.gensetcount {
    padding: 5px 5px;
}

    .gensetcount .contentChrildText {
        color: #fff;
        position: absolute;
        font-size: 16px;
        /*width: 80px;*/
        width: 95%;
        padding-left: 8px;
        top: 4px;
    }

    .gensetcount .contentChrildNumber {
        position: absolute;
        /*width: 80px;*/
        width: 95%;
        padding-left: 8px;
        bottom: 4px;
        font-size: 16px;
        color: #fff;
    }

    .gensetcount .contentChrildRight {
        width: 55px;
        position: absolute;
        top: 10px;
        right: 4px;
        color: #fff;
        font-size: 12px;
    }

.radioList {
    padding: 5px 5px;
}

    .radioList .radioImg {
        width: 35px;
        position: absolute;
    }

    .radioList .radioText {
        height: 29px;
        line-height: 29px;
        position: relative;
        left: 40px;
        font-size: 16px;
        color: #495060;
        width: 85%;
        position: relative;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.nav-item i {
    /*color: #358344;*/
    color: var(--themeIcon);
}

.btnactive {
    background: var(--themeColor) !important;
    color: #fff !important;
}

.Menu {
    font-size: 14px;
    font-weight: 600;
}

.MenuFirst {
    font-size: 14px;
    font-weight: 600;
}

.cardheadergreen {
    background: var(--themeColor);
}

.cardtitlewhite {
    color: #fff;
}

.card-blockpadding {
    padding: 0;
}

.card-blockv2 {
    padding: 0.3rem 0.6rem 0.3rem 0.6rem;
}

.colorgreen {
    color: #46ae5a;
}

.colorred {
    color: #f40d29;
}

.abtn {
    border-color: var(--themeColor);
    background-color: var(--themeColor);
    color: #FFFFFF;
    padding: 4px 8px;
    border-radius: 0.18rem;
}

.list-group-item.active, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}

    .list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        text-decoration: none;
        background-color: var(--themeColor);
        border-color: var(--themeColor);
    }

.btn-primary {
    border-color: #fff;
    background-color: var(--themeColor) !important;
    color: #FFFFFF !important;
}

    .btn-primary:hover {
        border-color: var(--themeColorHover);
        background-color: var(--themeColorHover);
        color: #FFF !important;
    }

    .btn-primary.disabled:hover, .btn-primary:disabled:hover {
        background-color: var(--themeColorHover);
        border-color: var(--themeColorHover);
    }

    .btn-primary:focus, .btn-primary.focus {
        background-color: var(--themeColorHover);
        border-color: var(--themeColorHover);
    }


.tablecenter {
    text-align: center;
    vertical-align: middle !important;
}

.table th, .table td {
    padding: 0.4rem 0.2rem !important;
}

.tableName {
    font-weight: 600;
    vertical-align: middle !important;
}

.tableContent {
    vertical-align: middle !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.not-null {
    color: red;
}

@media (min-width: 544px) {
    .datepickerDate {
        width: 13% !important;
    }
}


.wraper-loading .loading {
    position: absolute;
    top: 120px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Images/loading.gif);
}

.tr-loading {
    height: 192px;
}

.div-loading .loading {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(../../Images/loading.gif);
    margin-bottom: 80px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.form-control[readonly] {
    background-color: white !important;
}

.input-group-addon {
    background-color: #fff !important;
}
/*面包屑CSS*/
.breadcrumb {
    font-size: 14px !important;
    padding: 2px 0px !important;
    margin-bottom: 0 !important;
    list-style: none;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

    .breadcrumb > li a {
        color: inherit;
    }

    .breadcrumb > .active {
        color: inherit;
    }

a.crumb-select-item {
    position: relative;
    border: 1px solid #ddd;
    font-size: 12px;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0 0 0 4px;
    cursor: pointer;
    background: #f3f3f3;
    text-decoration: none;
    display: inline-block;
}

/*面包屑CSS*/

/*信号强度*/
.network {
    display: inline-block;
    margin-bottom: -4px;
    width: 21px;
    height: 20px;
    background-size: cover;
}

.networktype1 {
    background-image: url(../../Images/NetWork/ethernet_1.png);
}

.networkvalue0 {
    background-image: url(../../Images/NetWork/signal_0.png);
}

.networkvalue1 {
    background-image: url(../../Images/NetWork/signal_1.png);
}

.networkvalue2 {
    background-image: url(../../Images/NetWork/signal_2.png);
}

.networkvalue3 {
    background-image: url(../../Images/NetWork/signal_3.png);
}

.networkvalue4 {
    background-image: url(../../Images/NetWork/signal_4.png);
}

.networkvalue5 {
    background-image: url(../../Images/NetWork/signal_5.png);
}
/*信号强度*/

.cardv1 {
    margin-bottom: 0.5rem !important;
}

/*状态CSS*/
.status-allcount {
    color: #000000;
}

.status-alarmcount {
    color: red;
}

.status-warncount {
    color: #ffd800;
}

.status-runcount {
    color: #5cf548;
}

.status-stopcount {
    color: #000;
}

.status-offlinecount {
    color: #808080;
}
/*状态CSS*/

/*Panels*/
.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    /*border-color: #bce8f1;*/
    border-color: #e3ebf3;
}

    .panel-info > .panel-heading {
        /*color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;*/
        color: #000;
        background-color: #ededed;
        border-color: #ededed;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }
/*Panels*/

/*form-horizontal*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    /*margin-top: 0;
    margin-bottom: 0;*/
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}


.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
/*form-horizontal*/

/*Bar*/
.meter-info {
    width: 30%;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap;
    display: inline-block;
}

.meter {
    width: 20px;
    height: 130px;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.meter-bar {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

/*.meter-striped .meter-bar,
.meter-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}*/

.meter-gradient .meter-bar,
.meter-bar-gradient {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #5cb85c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #5cb85c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0%, #5cb85c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ff5cb85c', GradientType=0);
}

.meter.active .meter-bar,
.meter-bar.active {
    -webkit-animation: meter-bar-stripes 2s linear infinite;
    -o-animation: meter-bar-stripes 2s linear infinite;
    animation: meter-bar-stripes 2s linear infinite;
}

.meter-bar-success {
    background-color: #5cb85c;
}

.progress-striped .meter-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.meter-bar-info {
    background-color: #495060;
}

.progress-striped .meter-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.meter-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .meter-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.meter-bar-danger {
    background-color: #d9534f;
}

.progress-striped .meter-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*Bar*/

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

/*Btn*/
.btn-default {
    color: inherit;
    background: white;
    border: 1px solid #e7eaec;
}

/**/
.nav > li > a {
    display: block;
}

    .nav > li > a:hover {
        text-decoration: none;
        background-color: #eeeeee;
    }

.nav .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li + .nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 0;
}

    .nav-list > li > a, .nav-list .nav-header {
        margin-left: -15px;
        margin-right: -15px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .nav-list > li > a {
        padding: 3px 15px;
    }

    .nav-list .active > a, .nav-list .active > a:hover {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        background-color: #0088cc;
    }

    .nav-list [class^="icon-"] {
        margin-right: 2px;
    }

.nav-tabs, .nav-pills {
    *zoom: 1;
}

    .nav-tabs:before,
    .nav-pills:before,
    .nav-tabs:after,
    .nav-pills:after {
        display: table;
        content: "";
    }

    .nav-tabs:after, .nav-pills:after {
        clear: both;
    }

    .nav-tabs > li, .nav-pills > li {
        float: left;
    }

        .nav-tabs > li > a, .nav-pills > li > a {
            padding-right: 12px;
            padding-left: 12px;
            margin-right: 2px;
            line-height: 14px;
        }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            padding-top: 9px;
            padding-bottom: 9px;
            border: 1px solid transparent;
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover {
        color: #555555;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default;
    }

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills .active > a, .nav-pills .active > a:hover {
    color: #ffffff;
    background-color: #0088cc;
}

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li > a {
        margin-right: 0;
    }

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

    .nav-tabs.nav-stacked > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nav-tabs.nav-stacked > li:first-child > a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    .nav-tabs.nav-stacked > li > a:hover {
        border-color: #ddd;
        z-index: 2;
    }

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
    margin-top: 1px;
    border-width: 1px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
    border-top-color: #0088cc;
    margin-top: 6px;
}

.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
    border-top-color: #005580;
}

.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
    border-top-color: #333333;
}

.nav > .dropdown.active > a:hover {
    color: #000000;
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}

.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
    border-top-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 3px 8px;
    text-shadow: none;
}

.table > tbody > tr.notCited > td {
    background-color: #d9edf7;
}

.table > tbody > tr.isCited > td {
    background-color: #dff0d8;
}


.dropdown-menu {
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    display: none;
    float: left;
    font-size: 12px;
    left: 0;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        margin: 4px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #999999;
        outline: 0;
    }

    .dropdown-menu > li a:hover {
        background-color: #999999;
        color: #fff;
    }

    .dropdown-menu > li > a.font-bold {
        font-weight: 600;
    }

/* SWITCHES */
.onoffswitch {
    position: relative;
    width: 46px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #3ab351;
    border-radius: 10px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before,
    .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 16px;
        padding: 0;
        line-height: 16px;
        font-size: 10px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "";
        padding-left: 7px;
        background-color: #3ab351;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "";
        padding-right: 7px;
        background-color: #FFFFFF;
        color: #919191;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 20px;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #3ab351;
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before {
    background-color: #919191;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    border-color: #919191;
}
/*LOGIN*/
.container-bg {
    background-clip: border-box;
    background-image: url('../Images/bg_login.gif');
    background-position-x: center;
    background-size: cover;
    position: relative;
    min-height: 942px;
}

.section {
    color: #000;
    background-image: url('../../Images/BG.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#login-panel {
    border-radius: 8px;
    box-shadow: 0px 5px 0px #ddd;
}

.form-signin .form-control {
    padding: 3px 0px 3px 8px;
    height: 37px;
}

.form-signin .alert {
    padding: 0px;
}

.form-signin .form-control img {
    width: 6%;
}

.form-signin .form-control input {
    width: 85%;
    height: 31px;
    margin-left: 8px;
    border-width: 0px;
    padding-left: 8px;
    outline: none;
}

.nav-justified > li {
    display: table-cell;
    width: 1%;
    float: none;
}

    .nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px;
        color: #000;
        border-right: 1px solid #000;
        padding: 3px 2px;
    }

.appdownload .title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    font-family: "Times New Roman";
    padding-bottom: 20px;
}

.menuGensetList {
    background: var(--themeColor);
    color: #ffffff;
}

.change-list {
    width: 5%;
}

.change-content {
    width: 95%;
}

.change-type {
    min-width: 40px;
    min-height: 160px;
    z-index: 99;
    right: 0;
    top: 0;
    display: flex;
    float: right;
}

    .change-type .type-left {
        width: 0;
        background: #fff;
        height: 100%;
        border-bottom-right-radius: 5px;
        overflow: hidden;
        transition: width 0.4s;
        -moz-transition: width 0.4s;
        -webkit-transition: width 0.4s;
        -o-transition: width 0.4s;
    }

    .change-type .showListType {
        width: 100%;
        transition: width 0.4s;
        -moz-transition: width 0.4s;
        -webkit-transition: width 0.4s;
        -o-transition: width 0.4s;
    }

    .change-type .type-right {
        width: 40px;
        background: var(--themeColor);
        height: 150px;
        overflow: hidden;
        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.5);
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        display: table;
    }

        .change-type .type-right p {
            text-align: center;
            padding: 0 10px;
            color: #fff;
            display: table-cell;
            vertical-align: middle;
            cursor: pointer;
            line-height: 20px;
        }

/*cssloading加载*/
.cssloading {
    height: 80px;
    justify-content: center;
    display: flex;
}

.cssloadingdiv {
    width: 50px;
    height: 50px;
    position: absolute;
    margin: 10px;
}

    .cssloadingdiv p {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: var(--themeColor);
        position: absolute;
        animation: cssloadingkey 1.5s linear infinite;
        margin-bottom: 0px;
    }

        .cssloadingdiv p:nth-child(1) {
            top: 0;
            left: 0;
        }

        .cssloadingdiv p:nth-child(2) {
            top: 0;
            right: 0;
        }

        .cssloadingdiv p:nth-child(3) {
            right: 0;
            bottom: 0;
        }

        .cssloadingdiv p:nth-child(4) {
            bottom: 0;
            left: 0;
        }

    .cssloadingdiv:nth-of-type(2) {
        transform: rotate(45deg);
    }

@keyframes cssloadingkey {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.cssloadingdiv:nth-of-type(1) p:nth-of-type(1) {
    /*负值:动画直接开始,但跳过前...秒动画*/
    animation-delay: -0.1s;
}

.cssloadingdiv:nth-of-type(2) p:nth-of-type(1) {
    animation-delay: -0.3s;
}

.cssloadingdiv:nth-of-type(1) p:nth-of-type(2) {
    animation-delay: -0.5s;
}

.cssloadingdiv:nth-of-type(2) p:nth-of-type(2) {
    animation-delay: -0.7s;
}

.cssloadingdiv:nth-of-type(1) p:nth-of-type(3) {
    animation-delay: -0.9s;
}

.cssloadingdiv:nth-of-type(2) p:nth-of-type(3) {
    animation-delay: -1.1s;
}

.cssloadingdiv:nth-of-type(1) p:nth-of-type(4) {
    animation-delay: -1.3s;
}

.cssloadingdiv:nth-of-type(2) p:nth-of-type(4) {
    animation-delay: -1.5s;
}

/*cssloading加载Ul*/
.cssloading ul {
    height: 40px;
    margin: 20px auto;
}

    .cssloading ul > li {
        float: left;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        color: var(--themeColor);
        margin-left: 10px;
        animation: move 2s infinite alternate;
        transform: scale(0.5)
    }

        .cssloading ul > li:nth-of-type(2) {
            animation-delay: 0.5s;
        }

        .cssloading ul > li:nth-of-type(3) {
            animation-delay: 1s;
        }

@keyframes move {
    0% {
        transform: scale(0.5);
        opacity: 0.5
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/*消息数字*/
.msgbadge {
    display: inline-block;
    width: 28px;
    color: #fff;
    margin-left: 5px;
    padding: 2px;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    background-color: red;
    border-radius: 10px;
}

/*组织树*/
#treeview-searchable .search-result {
    color: #fff !important;
    background-color: var(--themeIcon) !important;
}

#treeview-searchable .node-selected {
    background-color: var(--themeColor) !important;
}

/*timeline*/
#timeline .timelineRepair {
    position: relative;
    padding-left: 160px;
}

    #timeline .timelineRepair .separator {
        height: 100%;
        width: 0;
        position: absolute;
        left: 150px;
        border-right: 2px dotted #bbbbbb;
    }

    #timeline .timelineRepair .date {
        color: #808080;
        position: absolute;
        left: 0;
        margin-top: 10px;
        width: 130px;
        text-align: right;
    }

    #timeline .timelineRepair .timeline-entry {
        border-left: 5px solid transparent;
        position: relative;
        padding: 10px;
        margin: 10px;
    }

        #timeline .timelineRepair .timeline-entry:before {
            content: '';
            position: absolute;
            width: 25px;
            border-top: 2px dotted #bbbbbb;
            left: -31px;
        }
