﻿body {
    /*overflow-y:hidden;*/
    -webkit-font-smoothing: antialiased; /*//使页面上的字体抗锯齿*/
    -moz-osx-font-smoothing: inherit | grayscale; /*//使页面上的字体抗锯齿，字体更清晰*/
    color: #666;
    font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

ol, ul, li, dl, dt, dd {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    display: block;
    font-style: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

    area, a:focus, button {
        outline: none;
    }

.wrapper {
    width: 100%;
    /*height: 100%;*/
    box-sizing: border-box;
}

.content {
    /*width: 98%;*/
    margin: 0 auto;
    padding-bottom: 20px;
}

.pagecont {
    /*margin-top: 2rem;*/
}

    .pagecont .menu {
        /*position: fixed;*/
        top: 0;
        left: 0;
        width: 100%;
        background: #FFF;
        /*-moz-box-shadow: 0px 4px 7px #B8B8B8;
                -webkit-box-shadow: 0px 4px 7px #B8B8B8;
                box-shadow: 0px 4px 7px #B8B8B8;*/
    }

        .pagecont .menu ul {
            padding: 14px 0 5px 0;
            overflow: hidden;
            zoom: 1;
        }

            .pagecont .menu ul li {
                float: left;
                width: 10.1%;
                margin: 0 5px 15px;
                background: #D5D5D6;
                position: relative;
            }

                .pagecont .menu ul li a {
                    height: 60px;
                    line-height: 60px;
                    text-align: center;
                    border: 1px #CCC solid;
                    color: #666;
                }

        .pagecont .menu .msg {
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            background: red;
            color: #FFF;
            border-radius: 50%;
            font-size: .824em;
            /*padding: 3px 0px;*/
            box-sizing: border-box;
            position: absolute;
            top: -9px;
            right: -6px;
        }

        .pagecont .menu ul li a.current {
            background: #3A8BB8;
            color: #FFF;
        }

.menucont {
    margin: 0 15px;
    /*margin-top: 10rem;*/
    margin-top: 15px;
    /*overflow-x:scroll;*/
}

.menucont-fix {
    /*margin-top: 15rem;*/
}

.menucont-fix-lg {
    /*margin-top: 18rem;*/
}

.formlist .listtitle {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background: #3A8BB8;
    overflow: hidden;
    zoom: 1;
    box-sizing: border-box;
}

.listtitle h2 {
    float: left;
    color: #FFF;
    font-weight: 500;
    font-size: 1.2em;
}

.listtitle .more {
    float: right;
    color: #FFF;
}

    .listtitle .more a {
        display: inline-block;
        color: #FFF;
    }

.msg {
    background-color: #6f92d1 !important;
    cursor: pointer;
    /*border:1.2px solid #EEE ;*/
}

.msg_lvl0 {
    position: relative;
    left: 10px;
    background-color: green !important;
}

.msg_lvl1 {
    position: relative;
    left: 40px;
    background-color: orange !important;
}

.msg_lvl2 {
    position: relative;
    left: 70px;
    background-color: red !important;
}

.not_Allowed {
    background-color: #EEE;
}

.not_Allowed_button {
    display: none;
}

.search-div {
    /*position: relative;*/
    /*padding: 5px 10px;*/
    /*float:left;*/
}

.search-div-fixed {
    position: relative;
}

.search-div .ctrl-search {
    height: 25px;
    display: inline;
}

#divItems {
    -moz-box-shadow: 0px 4px 7px #B8B8B8;
    -webkit-box-shadow: 0px 4px 7px #B8B8B8;
    box-shadow: 0px 4px 7px #B8B8B8;
}

#divHideItems {
    /*width:100px;*/
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    /*background-color:#198bc73b;*/
    background-color: #79e5f30f;
}

    #divHideItems:hover {
        color: #fff;
        background-color: #34a2ea4d;
    }

.select-search-hover {
    position: absolute;
    left: 10px;
    top: -50px;
    width: 200%;
    height: 150px !important;
}

#tbList th, div.fixed-table-header-columns table th, .fixed-table-header table th {
    text-align: center;
    background-color: #f5f5f5;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

#tbList tbody tr, div.fixed-table-body-columns table tbody tr {
    /*height:41px!important;*/
}

    #tbList tbody tr td, div.fixed-table-body-columns table tbody tr td {
        /*width:100%;*/
        /*padding:5px;*/
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        overflow: hidden;
        font-size: 13px;
        position: relative;
    }

        #tbList tbody tr td:hover #copy {
            display: block;
        }

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
    background-color: #d9edf7;
}

.col-operateMsg {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.col-normal {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin: auto;
}

#tbHeader {
    width: 100%;
    background: #3A8BB8;
}

    #tbHeader ul.dropdown-menu {
        padding: 5px 10px;
        right: 0;
        left: auto;
        text-align: left;
        max-height: 300px;
        overflow: auto;
        -ms-overflow-style: scrollbar;
        z-index: 1001;
    }

#tbList button, .fixed-row button {
    border: 0;
    background: none;
}

.fixed-row {
    height: 41px !important;
    /*padding:5px;*/
}

#tdButtons {
    width: 120px;
}

    #tdButtons div.fixed-table-toolbar {
        width: 100px;
        margin-right: 30px;
    }

.divOP {
    display: inline;
    margin-left: 10px;
}

.panel-mutiAction {
    width: 120px;
    font-size: 12px;
    display: inline;
    margin-right: 5px;
    width: auto;
}

#copy {
    position: absolute;
    bottom: -3px;
    right: 0;
    display: none;
}

/*alert警告框*/
.alert {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    z-index: 9999999999999999999999;
}

.alert-success, .alert-danger {
    display: none;
}

.alert .glyphicon {
    margin-right: 10px;
}


.bootstrap-checkbox {
    text-align: center;
    background-color: #fff;
    height: 33px;
    padding-top: 8px;
}

.bootstrap-editgrid .node-selected {
    color: #428bca;
    background-color: #fff !important;
}

.bootstrap-editgrid .disabled {
    background-color: #f3f3f3 !important;
}

.bootstrap-editgrid .form-control {
    border: none;
    border-radius: unset;
}

.bootstrap-editgrid thead .node-selected {
    background-color: #f3f3f3 !important;
}

/*alert警告框*/

.Customtext {
    min-height: 30px;
    cursor: pointer;
}

.OBLtext {
    min-height: 30px;
    cursor: pointer;
}

.OpNtext {
    min-height: 30px;
    cursor: pointer;
}

.Documenttext {
    min-height: 30px;
    cursor: pointer;
}

#boxshadow {
    background: #000;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 102;
}

#boxshadow1 {
    background: #000;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 102;
}

#boxshadow2 {
    background: #000;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 102;
}

#boxshadow3 {
    background: #000;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 102;
}

#boxcont {
    width: 40%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 103;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

    #boxcont textarea {
        width: 100%;
        background: #FFF;
        padding: 10px;
        white-space: pre-line;
        border-radius: 10px;
        min-height: 250px;
    }

#boxdoc {
    width: 40%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 103;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

    #boxdoc textarea {
        width: 100%;
        background: #FFF;
        padding: 10px;
        white-space: pre-line;
        border-radius: 10px;
        min-height: 250px;
    }

#boxobl {
    width: 40%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 103;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

    #boxobl textarea {
        width: 100%;
        background: #FFF;
        padding: 10px;
        white-space: pre-line;
        border-radius: 10px;
        min-height: 250px;
    }

#boxop {
    width: 40%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 103;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

    #boxop textarea {
        width: 100%;
        background: #FFF;
        padding: 10px;
        white-space: pre-line;
        border-radius: 10px;
        min-height: 250px;
    }

.Checklist label {
    color: #666;
    font-weight: 500;
    margin-right: 5px;
}

.Checklist select {
    border: 1px #cecece solid;
    outline: none;
    border-radius: 5px;
    font-size: 12px;
    padding: 1px 1px;
}

.loadEffect {
}

.loadEffectShow {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: -1;
    text-align: center;
    border-radius: 5px;
    /*background-color: #cae8ca;*/
    /*background-color: aliceblue;*/
    background-color: #fff;
    /*border: 1px solid #cae8ca;*/
    opacity: 0.5;
    z-index: 1029;
    background-image: url('../images/loading2.gif');
    background-size: 8%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
