﻿@charset "UTF-8";

body, html {
    font-family: Microsoft YaHei,arial,tahoma,\5b8b\4f53;
    color: #333;
}

body {
    background: #ecf0f1;
}

.dropdown-menu {
    z-index: 100000;
}

textarea {
    resize: none;
}

.bg-transparent {
    background: transparent !important;
    background-color: transparent !important;
}

.c-error {
    font-size: 20px;
    padding-top: 20%;
    color: #ff0000;
    font-weight: 500;
    text-align: center;
}

    .c-error i {
        margin-right: 6px;
    }

.padding-none {
    padding: 0 !important;
}

.margin-none {
    margin: 0 !important;
}

.margin-padding-none {
    margin: 0 !important;
    padding: 0 !important;
}

.m-subheader > .d-flex > .d-flex-acton {
    position: absolute;
    right: 10px;
    top: 9px;
}

div.form-control {
    width: 100%;
}

.carousel-indicators .active {
    background-color: #fff;
    width: 30px;
    height: 5px;
}

.carousel-indicators li {
    margin: 0;
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}

.carousel-indicators li {
    background-color: #007acc;
    width: 20px;
    border: 0 none;
    border-radius: 10px !important;
    transition: width 0.3s ease-in-out;
}

.carousel-indicators .active {
    background-color: #01215e;
    width: 30px;
}

.carousel-indicators {
    bottom: -20px;
}

.scroll-to-top {
    padding: 2px;
    text-align: center;
    position: fixed;
    z-index: 10001;
    bottom: 5px;
    display: none;
    right: 20px;
}

    .scroll-to-top > i {
        display: inline-block;
        color: #657383;
        font-size: 32px;
        opacity: .7;
        filter: alpha(opacity=70);
    }


.hidden-value {
    display: none !important;
}

.change-cell-center {
    vertical-align: middle !important;
    text-align: center !important;
}

.message-title {
    font-weight: bold;
    color: #666;
}

.tabbable-line > .nav-tabs > li > a,
.tabbable-line > .nav-tabs > li.active > a {
    font-weight: bold;
    font-size: 15px;
}

.btn-toolbar .btn-group .btn {
    margin-right: 0;
}

.control-label.label-title {
    font-weight: bold;
}

.mt-element-step > .step-line > .done.mt-step-col:hover {
    cursor: pointer;
}

    .mt-element-step > .step-line > .done.mt-step-col:hover > .mt-step-number,
    .mt-element-step > .step-line > .done.mt-step-col:hover > .mt-step-title,
    .mt-element-step > .step-line > .done.mt-step-col:hover > .mt-step-title:after,
    .mt-element-step > .step-line > .done.mt-step-col:hover > .mt-step-title:before {
        color: #4B77BE !important;
        border-color: #4B77BE !important;
    }

        .mt-element-step > .step-line > .done.mt-step-col:hover > .mt-step-title:after,
        .mt-element-step > .step-line > .done.mt-step-col:hover > .mt-step-title:before {
            background-color: #4B77BE !important;
        }

.change-radio {
    margin-right: 10px;
}

.btn.btn-samll,
.table tr td .btn.btn-samll {
    margin-right: 2px;
    padding: 2px 6px;
    margin-bottom: 2px;
}

.upload-container {
}

    .upload-container .exceute-file {
        position: relative;
    }

        .upload-container .exceute-file .file-close {
            position: absolute;
            padding: 2px;
            background: red;
            border-radius: 50% !important;
            width: 23px;
            text-align: center;
            vertical-align: middle;
            color: #fff;
            font-weight: 200;
            right: 6px;
            top: -8px;
            cursor: pointer;
        }

    .upload-container .upload-part {
        /*min-width: 100px;*/
        text-align: center;
        padding: 16px 8px 0px;
        margin-top: 3px;
    }

        .upload-container .upload-part > span {
            font-size: 30px;
        }

        .upload-container .upload-part > h6 {
            overflow: hidden;
            font-size: 14px;
        }

.navbar-default {
    background: url(../img/top_menu.jpg) repeat-x !important;
}

.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 {
    margin-top: 6px;
    top: 0px;
    left: 0px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: inherit
}

div.message-row {
    margin: 0 !important;
}

    div.message-row > div.col-md-1,
    div.message-row > div.col-md-2,
    div.message-row > div.col-md-3,
    div.message-row > div.col-md-4,
    div.message-row > div.col-md-5,
    div.message-row > div.col-md-6,
    div.message-row > div.col-md-7,
    div.message-row > div.col-md-8,
    div.message-row > div.col-md-9,
    div.message-row > div.col-md-10,
    div.message-row > div.col-md-11,
    div.message-row > div.col-md-12 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

div.message-left {
    padding: 20px 15px;
    background: #fff;
    margin: 10px;
}

ul.message-nav {
    display: block;
    background: #ffffef;
}

    ul.message-nav > li > a:hover {
        background: #4B77BE;
        color: #fff;
    }

    ul.message-nav > li.active > a {
        background: #0c50a5;
        color: #fff;
    }

.daterangepicker .input-mini {
    width: 100% !important;
    outline: 0 !important;
}

.user-select-none {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn {
    outline: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

    .btn .badge {
        position: relative;
        top: -10px;
        right: 15px;
    }

.badge.badge-info {
    background: #D91E18;
}

.change-container {
    position: relative;
}

    .change-container .sidebar {
        display: none;
        width: 200px;
        background: #f8f8f8;
    }

        .change-container .sidebar .sidebar-con {
            padding-bottom: 200px;
        }

.sidebar-con {
    overflow-y: scroll;
}

.main {
    margin-top: 15px;
}

.index {
    margin-top: 15px;
}

.change-page-bar {
    /* border-bottom: 1px solid #e7ecf1; */
    padding: 10px 15px;
    background: #293239;
    color: #eee;
}

.change-page-title {
    padding: 5px 15px;
}

.change-page-container {
    padding: 5px 15px;
}

.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    /* border-radius: 4px; */
}

    .dashboard-stat.dashboard-stat-v2 .visual {
        padding-top: 35px;
        margin-bottom: 40px;
    }

    .dashboard-stat .visual {
        width: 80px;
        height: 80px;
        display: block;
        float: left;
        padding-top: 10px;
        padding-left: 15px;
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 35px;
    }

    .dashboard-stat .details {
        position: absolute;
        right: 15px;
        padding-right: 15px;
    }

    .dashboard-stat .visual > i {
        color: #FFF;
        opacity: .1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat .details .number {
        padding-top: 25px;
        text-align: right;
        font-size: 34px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 0;
        font-weight: 300;
        color: #FFF;
    }

    .dashboard-stat .details .desc {
        color: #FFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat .visual > i {
        margin-left: -35px;
        font-size: 110px;
        line-height: 110px;
    }

    .dashboard-stat .details .desc {
        text-align: right;
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 300;
    }

    .dashboard-stat.blue {
        background-color: #3598dc;
    }

    .dashboard-stat.red {
        background-color: #e7505a;
    }

    .dashboard-stat.green {
        background-color: #32c5d2;
    }

    .dashboard-stat.purple {
        background-color: #8E44AD;
    }

.change-page-footer {
    color: #98a6ba;
    padding: 10px 15px;
    text-align: center;
}

.change-page-bar ul.page-breadcrumb > li {
    display: inline-block;
}

    .change-page-bar ul.page-breadcrumb > li .fa {
        font-size: 12px;
    }

.change-set-pager {
    /* background: #f1f1f1; */
}

.change-set-container {
    padding: 5px 15px;
    width: 100%;
    margin: 0 auto;
    height: 600px;
}

.change-set-part {
    margin: 10px 0 30px 0;
}

.change-set-container .set-header {
    color: #616161;
    font-size: 14px;
    margin: 10px 0 5px 0;
}

.change-set-container ul.set-con {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.14);
    background-color: white;
    border-radius: 2px;
}

    .change-set-container ul.set-con > li.set-child {
        border-bottom: 1px solid #eee;
        padding: 10px 15px;
        cursor: pointer;
    }

header.navbar {
    margin-bottom: 0 !important;
}

    header.navbar .container-fluid {
        height: 63px;
        line-height: 63px;
        /* overflow: hidden; */
    }

nav.navbar .change-logo {
    margin: 0 auto;
    width: 139px;
    display: block;
}

nav.navbar .menu-button {
    position: absolute;
    padding: 7px 0;
    color: #282828;
}

    nav.navbar .menu-button > i {
        cursor: pointer;
    }

div.nav .menu-button-cancel {
    padding: 17px 0;
}

    div.nav .menu-button-cancel > i {
        cursor: pointer;
        /* color: #0c50a5; */
        color: #fff;
    }

nav.navbar .change-title {
    display: none;
}

nav.navbar .chenge-nav-action {
    display: block;
    position: absolute;
    width: 100px;
    top: 0;
    right: -15px;
    line-height: 63px;
    height: 92px;
}

    nav.navbar .chenge-nav-action a.user > img {
        width: 29px;
    }

    nav.navbar .chenge-nav-action a.normal > img {
        width: 26px;
    }

    nav.navbar .chenge-nav-action ul.meun-action {
        position: absolute;
        right: 15px;
    }

        nav.navbar .chenge-nav-action ul.meun-action > li.action {
            float: left;
        }

            nav.navbar .chenge-nav-action ul.meun-action > li.action > a {
                line-height: 50px;
                border-radius: 0;
            }

                nav.navbar .chenge-nav-action ul.meun-action > li.action.open > a,
                nav.navbar .chenge-nav-action ul.meun-action > li.action > a:hover {
                    /* background: #007acc; */
                    /*background: #F5F5F5;*/
                    color: #fff;
                    border-bottom: 2px solid #4B77BE;
                }

                nav.navbar .chenge-nav-action ul.meun-action > li.action > a > span.actionName {
                    display: none;
                }

                nav.navbar .chenge-nav-action ul.meun-action > li.action > a i.i-r {
                    position: absolute;
                    top: 24px;
                    right: 5px;
                }

            nav.navbar .chenge-nav-action ul.meun-action > li.action.open > a i.i-r {
                display: none;
            }



ul.change-dropdown-menu-right {
    left: auto;
    right: 0;
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: 5px 5px rgba(102, 102, 102, .1);
    -moz-box-shadow: 5px 5px rgba(102, 102, 102, .1);
    -webkit-box-shadow: 5px 5px rgba(102, 102, 102, .1);
}

    ul.change-dropdown-menu-right:before {
        position: absolute;
        left: auto !important;
        top: -7px;
        right: 9px !important;
        display: inline-block !important;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #eee;
        border-left: 7px solid transparent;
        border-bottom-color: #fff;
        content: '';
    }

    ul.change-dropdown-menu-right:after {
        position: absolute;
        top: -7px;
        left: auto !important;
        right: 10px !important;
        display: inline-block !important;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #fff;
        border-left: 7px solid transparent;
        content: '';
    }

.menu-DropDownBox {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 9999999;
    /* background: rgba(0, 122, 204, 0.8); */
    background: #0c50a5;
}

    .menu-DropDownBox > div.nac {
        height: 63px;
    }

.navbar-Change {
    font-size: 18px;
    padding: 15px 0;
}

ul.nav-sidebar > li.nav-menu {
    border-bottom: 1px solid #eeeeea;
}

ul.nav-sidebar > li.active > a,
ul.nav-sidebar > li.active > a:hover {
    background: url(../img/left_menu.jpg) repeat-x !important;
    color: #333 !important;
}

ul.nav-sidebar > li.nav-menu > a {
    padding: 0;
}

    ul.nav-sidebar > li.nav-menu > a > span {
        display: inline-block;
        padding: 10px 15px;
    }

ul.nav-sidebar > li.nav-menu.active > a {
    color: #fff;
}

ul.nav-sidebar li.nav-menu.open {
    background: #eee;
}

.nav .nav-menu > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background: #e4f2f5 !important;
    color: #017db7;
}

ul.nav-sidebar > li.nav-menu a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

ul.nav-sidebar ul.nav-sub-menu {
    list-style: none;
    display: none;
    padding: 0;
}

    ul.nav-sidebar ul.nav-sub-menu > li.nav-menu-child > a {
        display: block;
        padding: 10px 5px;
        padding-left: 16px;
    }

        ul.nav-sidebar ul.nav-sub-menu > li.active,
        ul.nav-sidebar ul.nav-sub-menu > li.nav-menu-child:hover,
        ul.nav-sidebar ul.nav-sub-menu > li.nav-menu-child > a:hover {
            background: #e4f2f5;
            color: #017db7 !important;
        }

            ul.nav-sidebar ul.nav-sub-menu > li.active > a {
                padding-left: 16px;
                color: #017db7;
                font-weight: bold;
            }

.nav-direction {
    position: absolute;
    right: 10px;
    top: 13px;
}

div.sidebar div.sidebar-con > ul.nav-sidebar > li.open > ul.nav-sub-menu {
    display: block;
}

ul.nav-sub-menu > li.nav-menu-child {
    margin-bottom: 1px;
}

.fa-1 {
    margin-right: .07142857em;
}

.fa-2 {
    font-size: 2em;
}

.fa-3 {
    font-size: 4em;
}

.fa-4 {
    font-size: 7em;
}

.fa-5 {
    font-size: 12em;
}

.fa-6 {
    font-size: 20em;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
    not supported by any browser */
}

ul.nav-dropDownBox {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

ul.nav-sub-menu {
    padding: 0;
}

ul.nav-dropDownBox > li.nav-menu,
ul.nav-dropDownBox > li.nav-menu > ul.nav-sub-menu > li {
    list-style: none;
}

    ul.nav-dropDownBox > li.nav-menu > a,
    ul.nav-dropDownBox > li.nav-menu > ul.nav-sub-menu > li > a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

ul.nav-dropDownBox > li.nav-menu {
    list-style: none;
    background: rgba(0, 122, 204, 0.7);
    margin: 5px 0;
    position: relative;
}

    ul.nav-dropDownBox > li.nav-menu > a .nav-direction {
        position: absolute;
        right: 10px;
        top: 13px;
    }
    /******* 下拉形式菜单 start ********/

    ul.nav-dropDownBox > li.nav-menu > a,
    ul.nav-dropDownBox > li.open > ul.nav-sub-menu > li.nav-menu-child > a {
        display: block;
        padding: 10px;
        font-size: 16px;
    }

        ul.nav-dropDownBox > li.nav-menu > a:hover,
        ul.nav-dropDownBox > li.active > ul.nav-sub-menu > li.active > a,
        ul.nav-dropDownBox > li.open > ul.nav-sub-menu > li.nav-menu-child > a:hover {
            background: #fff;
            color: #0c50a5;
            font-weight: bold;
        }

    ul.nav-dropDownBox > li.nav-menu > ul.nav-sub-menu {
        display: none;
    }

ul.nav-dropDownBox > li.open > ul.nav-sub-menu {
    display: block;
}

    ul.nav-dropDownBox > li.open > ul.nav-sub-menu > li.nav-menu-child {
        display: block;
        padding: 0;
    }

        ul.nav-dropDownBox > li.open > ul.nav-sub-menu > li.nav-menu-child > a {
            padding-left: 30px;
        }

ul.nav-dropDownBox > li.active {
    background: #007aCF;
}

    ul.nav-dropDownBox > li.active > ul.nav-sub-menu > li.active {
        background: #fff;
    }

.box-shadow-base {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.change-module {
    background: #ffffff;
    padding: 21px 30px;
    margin: 10px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #ffffff;
}

    .change-module .title,
    .change-module .action {
        margin-top: 0;
        padding-bottom: 7px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 21px;
        position: relative;
    }

    .change-module > .title > .actions {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 45px;
    }

        .change-module > .title > .actions > div {
            vertical-align: middle;
            padding: 10px 0;
        }

    .change-module .title:after {
        content: "";
        width: 90px;
        height: 1px;
        background: #e67e22;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

.change-text-left {
    text-align: left !important;
}

.change-text-right {
    text-align: right !important;
}

.change-text-center {
    text-align: center !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover,
.dropdown-menu > .selected > a, .dropdown-menu > .selected > a:focus, .dropdown-menu > .selected > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(../img/remove-icon-small.png) !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.form-control .dropdown-menu > li > a:focus {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}


div.pager > a,
div.pager > span,
div.pager > .pager-sumbit {
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    outline: none;
}

div.pager > input[type="text"] {
    width: 45px !important;
    display: inline-block;
    margin-right: 5px;
}

div.pager > span.active {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

div.pager a[disabled="disabled"] {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

div.pager > a, div.pager > span {
    /*margin-right: 0 !important;*/
    padding: 6px 8px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 260px !important;
}

.fileinput .form-control {
    overflow: hidden !important;
    position: relative !important;
}

    .fileinput .form-control .fileinput-filename {
        position: absolute;
        height: 19px;
    }


@media only screen and (min-width : 768px) and (max-width : 1328px) {
    .control-label {
        padding-top: 0;
        text-align: left;
    }
}


@media only screen and (min-width : 320px) and (max-width : 568px) {
    .bootstrap-select.btn-group .dropdown-menu.inner {
        max-height: 160px !important;
    }

    .control-label {
        padding-top: 0;
        text-align: left;
    }
}


/******* 下拉形式菜单 end  ********/
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
    .btn .badge {
        position: relative;
        top: -1px;
        right: auto;
    }

    .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 {
        margin-top: 0px;
    }

    div.message-left {
        background: transparent;
        padding: 10px;
        margin: 0;
    }

    nav.navbar .chenge-nav-action ul.meun-action > li.action > a i.i-r {
        top: 24px;
    }

    .change-container .sidebar {
        display: block;
        position: fixed;
        top: 64px;
        left: 0;
    }

    .main {
        margin-left: 200px;
        margin-top: 15px;
    }

        .main.index {
            margin-left: 0;
        }

    .change-set-container {
        width: 80%;
    }

    nav.navbar .change-title {
        display: block;
        float: left;
        line-height: 63px;
        height: 63px;
    }

    nav.navbar .chenge-nav-action {
        display: block;
        float: right;
        line-height: 63px;
        height: 63px;
        width: auto;
        left: auto;
        right: 0;
        background: transparent;
        border-bottom: 0 none;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    nav.navbar .change-title h1 {
        padding: 0 20px;
        /*color: #0c50a5;*/
        color: #282828;
        font-size: 30px;
        margin-top: 15px;
        font-weight: bold;
    }

    body.index nav.navbar .change-title h1 {
        padding: 0 20px;
        color: #282828;
        font-size: 30px;
        margin-top: 15px;
        font-weight: bold;
    }

    nav.navbar .change-logo {
        float: left;
        display: none;
    }

    nav.navbar .menu-button {
        display: none;
    }

    nav.navbar .chenge-nav-action ul.meun-action {
        position: relative;
    }

        nav.navbar .chenge-nav-action ul.meun-action > li.action > a {
            line-height: 51px;
        }

            nav.navbar .chenge-nav-action ul.meun-action > li.action.open > a,
            nav.navbar .chenge-nav-action ul.meun-action > li.action > a:hover {
                background: #eee;
                color: inherit;
            }

            nav.navbar .chenge-nav-action ul.meun-action > li.action > a > span.actionName {
                display: inline;
            }

    .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
    /******* 下拉形式菜单 start ********/
    /******* 下拉形式菜单 end  ********/
}

.btn-group > .top-menu.dropdown-menu:after, .dropdown-toggle > .top-menu.dropdown-menu:after, .dropdown > .top-menu.dropdown-menu:after {
    position: absolute;
    top: -7px;
    left: 10px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #4B77BE;
    border-left: 7px solid transparent;
    content: '';
}

body.ie8 .main {
    /*margin-top: 70px;*/
    margin-top: 26px;
}

    body.ie8 .main.index {
        margin-top: 26px;
    }


.alert > .close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0 none;
    -webkit-appearance: none;
}

table.table tr.active > td,
table.table tr.active > td:hover {
    background: #edecf8 !important;
    border-top: 1px solid #fff;
}

.change-check-con {
    width: 20px;
}

.ms-container .ms-container-btns {
    position: absolute;
    left: 247px;
    top: 67px;
}

    .ms-container .ms-container-btns .ms-container-btn {
        background: #eee;
        display: block;
        padding: 6px;
        margin: 2px;
        cursor: pointer;
    }

.change-check-con .part {
    border: 1px solid #007acc;
    display: inline-block;
    padding: 6px 12px;
    margin-right: 6px;
    margin-top: 6px;
    cursor: pointer;
}

    .change-check-con .part:hover {
        background: #007acc;
        color: #fff;
    }

.ms-container .ms-container-btns .ms-container-btn:hover {
    background: #08c;
    color: #fff;
}

    .ms-container .ms-container-btns .ms-container-btn[disabled], .ms-container .ms-container-btns .ms-container-btn:hover[disabled] {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
        background: #999;
        color: #666;
    }

.ms-container .ms-selectable li.ms-selected, .ms-container .ms-selection li.ms-selected, .ms-container ul.ms-list > li:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #08c;
}

.blockUI.blockOverlay,
.blockUI.blockMsg.blockPage {
    z-index: 100000000000000 !important;
}

.color-demo .color-view {
    padding: 12px 6px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.color-demo:hover {
    background: #0c50a5;
    color: #fff;
}

.color-demo.choose {
    position: relative;
    background: #E1E5EC;
    color: #01215e;
}

    .color-demo.choose:hover {
        background: #4B77BE;
        color: #fff;
    }

    .color-demo.choose > .span-close {
        position: absolute;
        right: -6px;
        top: -8px;
        border-radius: 50% !important;
        background: red;
        height: 20px;
        width: 20px;
        text-align: center;
        text-indent: 0 !important;
        color: #fff;
    }

.data-empty {
    font-weight: bold;
    font-size: 16px;
    margin-left: 16px;
    color: #666;
}

.display-choose {
    margin-top: 5px;
    padding-top: 8px;
}

    .display-choose .color-demo {
        margin: 0 0 9px;
    }


.readall_box {
    position: relative;
    z-index: 9999;
    padding: 0 0 5px;
    margin-top: -60px;
    text-align: center;
}

    .readall_box .read_more_mask {
        height: 60px;
        margin: -10px;
        background: -moz-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0));
        background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
        background: -o-linear-gradient(bottom,rgba(255,255,255,.1),rgba(255,255,255,0));
    }

.overflow-visible {
    overflow: visible !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-inherit {
    overflow: inherit !important;
}

/******* write-info-down-to-up start ********/
@keyframes write-info-down-to-up {
    0% {
        top: 100px;
    }

    100% {
        top: 0px;
    }
}

@-moz-keyframes write-info-down-to-up /* Firefox */
{
    0% {
        top: 100px;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes write-info-down-to-up /* Safari and Chrome */
{
    0% {
        top: 100px;
    }

    100% {
        top: 0px;
    }
}

@-o-keyframes write-info-down-to-up /* Opera */
{
    0% {
        top: 100px;
    }

    100% {
        top: 0px;
    }
}

.write-info-down-to-up {
    position: relative;
    animation: write-info-down-to-up 0.3s;
    -moz-animation: write-info-down-to-up 0.3s; /* Firefox */
    -webkit-animation: write-info-down-to-up 0.3s; /* Safari 和 Chrome */
    -o-animation: write-info-down-to-up 0.3s; /* Opera */
}
/******* write-info-down-to-up end ********/
/******* left-to-right start ********/

@keyframes left-to-right {
    0% {
        left: -15px;
    }

    100% {
        left: 0px;
    }
}

@-moz-keyframes left-to-right /* Firefox */
{
    0% {
        left: -15px;
    }

    100% {
        left: 0px;
    }
}

@-webkit-keyframes left-to-right /* Safari and Chrome */
{
    0% {
        left: -15px;
    }

    100% {
        left: 0px;
    }
}

@-o-keyframes left-to-right /* Opera */
{
    0% {
        left: -15px;
    }

    100% {
        left: 0px;
    }
}

.left-to-right {
    position: relative;
    animation: left-to-right 1s;
    -moz-animation: left-to-right 1s; /* Firefox */
    -webkit-animation: left-to-right 1s; /* Safari 和 Chrome */
    -o-animation: left-to-right 1s; /* Opera */
}
/******* left-to-right end ********/

table tr > td.c-td-actions .btn {
    margin: 0;
}

a.c--down-exportexcel {
    display: inline-block;
    padding: 6px 12px;
    background: #659be0;
    color: #fff;
    border-radius: 6px !important;
}
