html {
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
    width: 100%;
}

body {
    font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #76838f;
    /*background-color: #fff;*/
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*overflow-y: scroll;*/
    top: 0;
    left: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/**********登陆**************/
.login-modal {
    position: absolute;
    background-image: url('/Resource/FrameWork/img/bg.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}

.login-modal-div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    margin: 0 auto;
    opacity: 0.5;
}

.login-modal-panel {
    position: relative;
    width: 450px;
    height: 450px;
    background-color: #FFF;
    margin: 0 auto;
    top: 20%;
    padding: 20px;
    -webkit-box-shadow: 10px 20px 50px rgba(0,0,0,0.3);
    box-shadow: 10px 20px 50px rgba(0,0,0,0.3);
}

.login-modal-input-top {
    margin-top: 20px;
    z-index: 0;
}

.login-panel-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #37474f;
}

.login-panel-content {
    width: 100%;
    height: 80%;
    padding: 30px;
}

@media screen and (max-width:768px) {
    .login-panel {
        width: 100%;
        height: 100%;
        top: 0;
        border-radius: 0px;
    }
}

/**********************首页样式************************/
.index-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    padding-top: 60px;
}

.index-top {
    position: fixed;
    width: 100%;
    min-height: 60px;
    background-color: #4e97d9;
    color: #fff;
    z-index: 1000;
    top: 0;
    left: 0;
    border: none;
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.1);
    box-shadow: 0 4px 5px rgba(0,0,0,.1);
}

.index-top-body {
    width: 100%;
    height: 100%;
    position: absolute;
}

.index-top-logo {
    width: 220px;
    height: 100%;
    left: 0;
    float: left;
    padding: 5px;
}

.index-top-right {
    width: calc(100% - 220px);
    height: 100%;
    right: 0;
    top: 0;
    float: left;
}

.index-top ul {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .index-top ul li {
        list-style: none;
        margin: 0;
        cursor: pointer;
        height: 100%;
    }

.index-top-body ul li:hover {
    background: rgba(0,0,0,.1);
}

.index-top-right-Stop {
    padding: 19px;
    cursor: pointer;
}

    .index-top-right-Stop:hover {
        background: rgba(0,0,0,.1);
    }

.index-top-right-li {
    float: right;
    right: 0;
    padding: 19px;
}

.index-top-right-outlogin {
}

    .index-top-right-outlogin span {
        display: block;
        float: left;
    }







/*选项卡*/
.index-tab {
    position: fixed;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 100;
    display: block;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-bottom: solid 1px #e4eaec;
}

.index-tab-leftbtn {
    width: 30px;
    height: 100%;
    text-align: -webkit-center;
    text-align: center;
    float: left;
    cursor: pointer;
    background: #fff;
}

    .index-tab-leftbtn:hover {
        background: rgba(0,0,0,.1);
    }

.index-tab ul {
    position: absolute;
}

.index-tab-li {
    width: 120px;
    display: block;
    height: 100%;
    cursor: pointer;
    text-align: center;
}

    .index-tab-li .fa {
        color: #a3afb7;
    }

.index-tab .list-inline > li {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    position: relative;
}

.index-tab ul li:first-child a {
    padding-right: 13px;
}

.index-tab .list-inline {
    height: 40px;
    margin-bottom: 0;
    margin-left: 0;
}

.index-tab-li a {
    position: relative;
    display: block;
    padding: 0 28px 0 12px;
    overflow: hidden;
    color: #76838f;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: 0 0 !important;
    text-decoration: none;
}

.index-tab-li.active a {
    border-right: 1px solid #e4eaec;
    border-left: 1px solid #e4eaec;
}

.index-tab-li span {
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-tab-li i {
    position: absolute;
    top: 13px;
    right: 12px;
}

    .index-tab-li i:hover {
        color: #f96868;
    }

.index-tab-li.active {
    background: #f1f4f5;
}

.index-tab-rightbtn {
    width: 30px;
    height: 100%;
    text-align: -webkit-center;
    text-align: center;
    float: right;
    cursor: pointer;
    background: #fff;
    position: relative;
}

    .index-tab-rightbtn:hover {
        background: rgba(0,0,0,.1);
    }

.index-tab-more {
    width: 30px;
    height: 100%;
    text-align: -webkit-center;
    text-align: center;
    float: right;
    cursor: pointer;
    background: #fff;
}

    .index-tab-more:hover {
        background: rgba(0,0,0,.1);
    }

.index-tab .btn {
    border-radius: 0;
    border: none;
}

.index-tab-li:hover {
    background: rgba(0,0,0,.1);
}

.index-tab-contabs-scroll {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    position: relative;
    height: 100%;
    overflow: hidden;
}







.index-main {
    position: relative;
    background: #f1f4f5;
    display: block;
    /*width: 100%;*/
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    top: 40px;
}




/*左侧菜单*/
.index-left {
    /*position: fixed;*/
    position: absolute;
    height: calc(100% - 60px);
    /*z-index: 1000;*/
    left: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    /*margin-top: 60px;*/
    z-index: 1;
}

.index-left-220 {
    width: 220px;
    overflow-y: scroll;
    transition: width .3s;
    -moz-transition: width .3s; /* Firefox 4 */
    -webkit-transition: width .3s; /* Safari and Chrome */
    -o-transition: width .3s; /* Opera */
}

.index-left-80 {
    width: 80px;
    transition: width .3s;
    -moz-transition: width .3s; /* Firefox 4 */
    -webkit-transition: width .3s; /* Safari and Chrome */
    -o-transition: width .3s; /* Opera */
}

.index-left-left0 {
    left: 0;
    transition: left .3s;
    -moz-transition: left .3s; /* Firefox 4 */
    -webkit-transition: left .3s; /* Safari and Chrome */
    -o-transition: left .3s; /* Opera */
}

.index-left-left220 {
    left: -220px;
    transition: left .3s;
    -moz-transition: left .3s; /* Firefox 4 */
    -webkit-transition: left .3s; /* Safari and Chrome */
    -o-transition: left .3s; /* Opera */
}

/*与左边菜单零距离*/
.index-left-range-sm0 {
    margin-left: 0px;
}
/*与左边菜单最小距离*/
.index-left-range-sm {
    margin-left: 80px;
    transition: margin-left .3s;
    -moz-transition: margin-left .3s; /* Firefox 4 */
    -webkit-transition: margin-left .3s; /* Safari and Chrome */
    -o-transition: margin-left .3s; /* Opera */
}
/*与左边菜单最大距离*/
.index-left-range-lg {
    margin-left: 220px;
    transition: margin-left .3s;
    -moz-transition: margin-left .3s; /* Firefox 4 */
    -webkit-transition: margin-left .3s; /* Safari and Chrome */
    -o-transition: margin-left .3s; /* Opera */
}

.index-left-body {
    height: 100%;
}

.index-left .index-left-menu a {
    text-decoration: none;
    padding: 0 20px;
    line-height: 36px;
    display: block;
    color: rgba(163,175,183,1);
}

.index-left .index-left-menu .active a {
    /*color: rgba(255,255,255,.7);*/
}


.index-left-menu {
    position: absolute;
    /*margin-bottom: 20px;*/
    height: 100%;
    width: 100%;
    padding-top: 2px;
}

/******左侧菜单官方辅助 深色 样式1*****/
.sidebar-nav {
    background: #263238;
    color: rgba(163,175,183,1);
}

    .sidebar-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        background: #242f35;
    }

    .sidebar-nav li.active,
    .sidebar-nav li.active li {
        background: #242f35;
    }

    .sidebar-nav .metismenu {
        background: #263238;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .sidebar-nav .metismenu a {
            position: relative;
            display: block;
            padding: 0 20px;
            outline-width: 0;
            transition: all .3s ease-out;
        }

        .sidebar-nav .metismenu li + li {
            margin-top: 2px;
        }

        .sidebar-nav .metismenu ul a {
            padding: 0px 15px 0px 35px;
        }

        .sidebar-nav .metismenu ul ul a {
            padding: 0px 15px 0px 45px;
        }

        .sidebar-nav .metismenu ul ul ul a {
            padding: 0px 15px 0px 55px;
        }

        .sidebar-nav .metismenu ul ul ul ul a {
            padding: 0px 15px 0px 65px;
        }

        .sidebar-nav .metismenu a:hover,
        .sidebar-nav .metismenu a:focus,
        .sidebar-nav .metismenu a:active {
            color: #fff;
            text-decoration: none;
            background: rgba(53,131,202,.05);
        }

/*浅色版 左侧菜单 样式2*/
.sidebar-nav1 {
    background: #fff;
    color: rgb(166, 176, 185);
}

    .sidebar-nav1 ul {
        padding: 0;
        margin: 0;
        list-style: none;
        background: #f3f8fb;
    }

    .sidebar-nav1 li.active {
        background: #f3f8fb;
    }

    .sidebar-nav1 .metismenu {
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .sidebar-nav1 .metismenu a {
            position: relative;
            display: block;
            padding: 0 20px;
            outline-width: 0;
            transition: all .3s ease-out;
        }

        .sidebar-nav1 .metismenu li + li {
            margin-top: 2px;
        }

        .sidebar-nav1 .metismenu ul a {
            padding: 0px 15px 0px 35px;
        }

        .sidebar-nav1 .metismenu ul ul a {
            padding: 0px 15px 0px 45px;
        }

        .sidebar-nav1 .metismenu ul ul ul a {
            padding: 0px 15px 0px 55px;
        }

        .sidebar-nav1 .metismenu ul ul ul ul a {
            padding: 0px 15px 0px 65px;
        }

        .sidebar-nav1 .metismenu a:hover,
        .sidebar-nav1 .metismenu a:focus,
        .sidebar-nav1 .metismenu a:active {
            color: #62a8ea;
            text-decoration: none;
            background: rgba(53,131,202,.05);
        }
/**************官方提供鼠标移动上去弹出菜单 http://mm.onokumus.com*******************/

.metismenu .has-arrow::after {
    border-width: 2px 0 0 2px;
}

/*菜单缩小 样式*/
.sidebar-nav2 .metismenu li a.has-first-menu {
    height: 60px;
    padding: 0;
    text-align: center;
    line-height: 60px;
}

    .sidebar-nav2 .metismenu li a.has-first-menu:after {
        content: '';
        display: none;
    }

    .sidebar-nav2 .metismenu li a.has-first-menu i {
        position: absolute;
        font-size: 24px;
        width: 100%;
        top: 0;
        margin-right: 0;
        left: 0;
        line-height: 62px;
        transition: font-size .3s;
        -moz-transition: font-size .3s; /* Firefox 4 */
        -webkit-transition: font-size .3s; /* Safari and Chrome */
        -o-transition: font-size .3s; /* Opera */
    }

    .sidebar-nav2 .metismenu li a.has-first-menu span {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .sidebar-nav2 .metismenu li a.has-first-menu:hover i {
        display: none;
    }

    .sidebar-nav2 .metismenu li a.has-first-menu:hover span {
        display: block;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


.sidebar-nav2 .metismenu li {
    position: relative;
}

.sidebar-nav2 .metismenu > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    z-index: 1000;
}

.sidebar-nav2 .metismenu > li.active {
    background: rgba(53,131,202,.05);
}

.sidebar-nav2 .metismenu > li:hover > ul {
    height: auto !important;
}

    .sidebar-nav2 .metismenu > li:hover > ul,
    .sidebar-nav2 .metismenu > li:hover > ul.collapse {
        display: block;
    }

.sidebar-nav2 .metismenu > li:hover > a.has-arrow:after {
    transform: rotate(135deg);
}







.index-top-body-sm {
    display: none !important;
}




/********************Iframe********************/
.Main-Iframe {
    width: 100%;
    height: 100%;
    display: none;
}

.Main-Iframe-Active {
    display: block;
}


/*info 页面的 底部按钮*/
.my-ButtonBar {
    width: 100%;
    height: 50px;
    background-color: white;
    position: fixed;
    bottom: 0px;
    padding: 10px;
    z-index: 99999;
    border-top: 1px solid #cccccc;
}


@media screen and (max-width:768px) {
    /*小屏幕 打开下屏幕顶部栏*/
    .index-top-body-sm {
        display: block !important;
    }
    /*排挤掉顶部 选项卡栏*/
    .index-main {
        top: 0;
        height: -webkit-calc(100%);
        height: calc(100%);
    }
}

/*滚动条*/
::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #7e7e7e;
}



#PageContent {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: scroll;
}

/*******************皮肤框***********************/
.index-skin {
    width: 35px;
    height: 35px;
    position: relative;
    top: 0;
    border-radius: 4px;
    cursor: pointer;
}

.index-skin-primary {
    background: #4E97D9;
}

.index-skin-cyan {
    background: #4EB3BE;
}

.index-skin-green {
    background: #3FAB7C;
}

.index-skin-indigo {
    background: #5C6ECD;
}

.index-skin-grey {
    background: #696969;
}

.index-skin-pink {
    background: #E05788;
}

.index-skin-purple {
    background: #8362C7;
}

.index-skin-red {
    background: #E05D5D;
}

.index-skin-teal {
    background: #34988E;
}

.index-skin-orange {
    background: #D9954B;
}
/******************bootstrap 某些样式重写******************/
.btn {
    /*font-size: 13px;*/
}

.page-content {
    /*padding: 20px 20px;*/
    padding: 0px 0px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
}

.panel-heading {
    padding: 10px 20px;
}


.modal {
    z-index: 99999999;
}



/*******bootstrap-table.css********/
.fixed-table-container {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

    .fixed-table-container thead th:first-child {
        border-left: none;
        border-top-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
    }

    .fixed-table-container tbody .selected td {
        color: #fff;
        background-color: #62a8ea;
    }

.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    margin-top: 6px;
    margin-bottom: 5px;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td {
    padding: 6px;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    padding: 6px;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: inherit;
}




#toast-container > div {
    opacity: 1;
}
