/*公告管理*/

div .dataTables_paginate {
    float: left;
}

div .dataTables_info {
    text-align: right;
}

.light.portlet>.portlet-title {
    min-height: 0;
}

.portlet>.portlet-title {
    border-bottom: none;
}

.tree-list .tree-item {
    cursor: pointer;
    padding: 5px 15px;
}

.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu2.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu2 .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu2 > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu2 > li > a:hover,
        .dropdown-menu2 > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu2 > .active > a,
    .dropdown-menu2 > .active > a:hover,
    .dropdown-menu2 > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu2 > .disabled > a,
    .dropdown-menu2 > .disabled > a:hover,
    .dropdown-menu2 > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu2 > .disabled > a:hover,
        .dropdown-menu2 > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown-menu2 {
    display: block;
}

.icon-state-menu2 {
    color: #428bca;
}


.dropdown-menu {
    margin-left: 10px;
    max-height: 300px;
    overflow: auto;
}

#showParents {
    padding-top: 15px;
}

.btn+.btn {
    margin-left: 0px;
}

/*.minheight {
    max-height: 75px;
}*/

label.error {
    position: absolute;
    min-width: 200px;
}

/*----------------------other------------------------*/

/**********主页**********/

.index_content {
    height: 650px;
    position: relative;
}

.index_content .phone {
    position: absolute;
    bottom: 250px;
    left: 40px;
}

.index_content .phone .visual>i {
    color: grey;
    opacity: 0.2;
    filter: alpha(opacity=10);
    font-size: 200px;
}

.index_content .rec {
    position: relative;
}

.index_content p {
    padding: 20px 5px 20px 15px;
}

.index_content p {
    font-size: 24px;
    color: white;
    text-align: right;
}

.index_content p span {
    font-size: 14px;
    display: block;
    text-align: right;
}

.index_content .blue {
    background-color: #4c87b9;
}

.index_content .red {
    background-color: #d05454;
}

.index_content .green {
    background-color: #3a9c96;
}

.index_content .purple {
    background-color: #8877a9;
}

.index_content .visual {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 10px;
}

.index_content .rec .visual>i {
    color: white;
    opacity: 0.1;
    filter: alpha(opacity=10);
    font-size: 80px;
}

.index_content a {
    text-decoration: none;
    cursor: pointer;
    color: white;
    font-size: 14px;
    display: block;
    text-align: right;
}

.index_content .calendar {
    float: right;
    width: 460px;
    margin-top: 20px;
    margin-right: 15px;
}

.progress-bar {
    background-color: #8c74ad;
}

.i_loading,
.f_loading {
    position: absolute;
    width: 50%;
    left: 30%;
    top: 10%;
    z-index: 9;
}

.y_loading {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 999;
}

/*-------------------pagecreate-------------------*/

/*.create-check, .create-select {
    height: 75px;
}*/

.create-check .checkboxlist-item {
    float: left;
}

.create-check .cbx-label {
    /*width: 4em;*/
    /*    width:80%;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    padding-right: 8px;
}

.y-pagecreate input[disabled],
.y-pagecreate button[disabled],
.y-pagecreate button[disabled]:hover {
    cursor: not-allowed;
    background-color: #eeeeee;
    color: black;
}

/*-------------------jytable------------------*/

.jyTableView {
    min-height: 400px;
    /*height:500px;*/
    overflow-x: hidden;
    position: relative;
}

.jyTableView .tablewrap {
    overflow-x: scroll;
    min-height: 300px;
    position: relative;
}

.jyTableView tbody tr td .btn {
    line-height: 1.2;
    background-color: #428BCA;
    /*border: 1px solid #eee;*/
    padding: 2px 6px;
    color: white;
}

.jyTableView tbody tr td .btn.table-tick {
    line-height: 1.2;
    background-color: #EAEFFD;
    border: 1px solid #eee;
    color: black;
}

.jyTableView table thead .input-group-btn:last-child>.btn,
.jyTableView table thead .input-group .form-control {
    z-index: 0;
    background-color: #EAEFFD;
    border: 1px solid #eee;
}

.jyTableView table {
    table-layout: fixed;
}

.jyTableView tbody tr td,
.jyTableView tbody tr th {
    text-overflow: ellipsis;
    word-break: keep-all;
    /*overflow-x: hidden;*/
    overflow: hidden;
    vertical-align: middle !important;
}

/*.jyTableView .table-striped > thead > tr{
        height:60px;
    }
      .jyTableView .table-striped > thead > tr td{
        height:45px;
    }*/

/*.jyTableView .table-striped > tbody > tr{
        height:30px;
        overflow:hidden;
    }
      .jyTableView .table-striped > tbody > tr td{
        height:30px;
        overflow:hidden;
    }
      .dataTables_wrapper{
          position:relative;
      }*/

.jyTableView .table tbody tr td,
.jyTableView .table tbody tr th {
    text-align: center;
}

.jyTableView .table tbody tr td:first-child,
.jyTableView .table tbody tr td:first-child {
    text-align: left;
}

.jyTableView .table-striped>tbody>tr:nth-of-type(2n),
.table-striped>thead>tr {
    background-color: #ffffff;
}

.jyTableView .table-striped>tbody>tr.selected,
.tree-list .tree-item.selected,
tbody>tr.selected {
    background-color: #a9b7d1 !important;
}

.jyTableView tbody .table-ticked {
    color: #ff0000;
}

.jyTableView .e-ext .e-ext-group-2 {
    width: 16%;
    float: left;
}

.jyTableView .e-ext .e-label {
    float: left;
    line-height: 34px;
}

.jyTableView tbody .enum-Error {
    color: red;
}

.jyTableView tbody .enum-Inside,
.jyTableView tbody .enum-Draft {
    color: #6f6390;
}

.jyTableView tbody .enum-Inside {
    color: #6f6390;
}

.jyTableView tbody .enum-Shutdown,
.jyTableView tbody .enum-UnAudit,
.jyTableView tbody .enum-false {
    color: red;
}

.jyTableView tbody .enum-Shutdown,
.jyTableView tbody .enum-UnAudit {
    color: red;
}

.jyTableView tbody .enum-Pass,
.jyTableView tbody .enum-Finish,
.jyTableView tbody .enum-true,
.jyTableView tbody .enum-Normal,
.jyTableView tbody .enum-Publish {
    color: #01B070;
}

.jyTableView tbody .enum-Pass,
.jyTableView tbody .enum-Finish {
    color: #01B070;
}

.jyTableView tbody .enum-UnPass,
.jyTableView tbody .enum-UnFinish {
    color: #f65401;
}

.jyTableView .y-fixeddiv .filter {
    height: 79px;
}

.jyTableView tbody .enum-AMIn {
    color: #01B070;
}
.jyTableView tbody .enum-AMOut {
    color: #d05454;
}
.jyTableView tbody .enum-PMIn {
    color: #388eee;
}
.jyTableView tbody .enum-PMOut {
    color: #f65401;
}

.jyTableView .y-fixeddiv tbody tr {
    height: 53px;
}

/*-------------------ext------------------*/

.e-ext .form-group,
.e-ext .control-label {
    float: left;
    margin-bottom: 0px;
    vertical-align: middle;
    line-height: 34px;
}

.e-ext .form-group .list-group-item {
    padding: 0 0;
}

/*////////////////////////////*/

.portlet.light .portlet-body {
    padding-top: 0px;
}

.portlet.light {
    padding: 0px 20px 15px 20px;
    background-color: #fff;
}

.layoutgrid_3 {
    min-height: 50px;
    width: 12.5%;
}

.layoutgrid_6 {
    min-height: 50px;
    width: 25%;
}

.layoutgrid_9 {
    min-height: 50px;
    width: 37.5%;
}

.layoutgrid_12 {
    min-height: 50px;
    width: 50%;
}

.layoutgrid_15 {
    min-height: 50px;
    width: 62.5%;
}

.layoutgrid_18 {
    min-height: 50px;
    width: 75%;
}

.layoutgrid_21 {
    min-height: 50px;
    width: 87.5%;
}

.layoutgrid_24 {
    min-height: 50px;
    width: 100%;
}

.treeview .node-disabled {
    display: none;
}

.tooltip {
    z-index: 10070;
}

.tree-button .btn {
    display: block;
    width: 60%;
    margin: auto;
}

.float,
.float label,
.float input,
.float .btn {
    float: left;
}

/*/////////////////////////////////////*/

.cre-container {
    border: 1px solid #f65401;
}

.cre-container,
.cre-foot {
    width: 800px;
    margin: auto;
}

/***************handler****************/

th,
td {
    position: relative;
    white-space: nowrap;
}

.handler {
    width: 10px;
    height: 100%;
    line-height: 1.5em;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: e-resize;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 2;
    content: "";
    opacity: 0;
    filter: alpha("opacity=0");
}

/*-------------load-------------------*/

#loading-center-absolute {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -30px;
    margin-left: -30px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50% !important;
    z-index: 100000;
}

.object {
    width: 10px;
    height: 10px;
    background-color: #cacbd1;
    position: absolute;
    -moz-border-radius: 50% 50% 50% 50% !important;
    -webkit-border-radius: 50% 50% 50% 50% !important;
    border-radius: 50% 50% 50% 50% !important;
    -webkit-animation: animate 0.8s infinite;
    animation: animate 0.8s infinite;
}

#object_one {
    top: 9px;
    left: 9px;
}

#object_two {
    top: 0px;
    left: 30px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#object_three {
    top: 9px;
    left: 51px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_four {
    top: 30px;
    left: 60px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#object_five {
    top: 51px;
    left: 51px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_six {
    top: 60px;
    left: 30px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#object_seven {
    top: 51px;
    left: 9px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#object_eight {
    top: 30px;
    left: 0px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes animate {
    25% {
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    75% {
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes animate {
    50% {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.CodeMirror {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

/*固定头部*/

.fixed-container {
    overflow: hidden;
    width: 100%;
    margin-bottom: -6px;
}

.fixHeader {
    position: relative;
    overflow: hidden;
}

.fixHeader .fixthead {
    position: relative;
    margin-top: 0 !important;
}

.fixHeader th {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-left-width: 0px;
    border-right-width: 1px;
    border-top-width: 0px !important;
    border-bottom-width: 1px;
}

.fixHeader th.sorting,
.fixHeader th.sorting_asc,
.fixHeader th.sorting_desc {
    padding-right: 18px;
}

.fixHeader th.sorting:hover,
.fixHeader th.sorting_asc:hover,
.fixHeader th.sorting_desc:hover {
    cursor: pointer;
}

.fixHeader th.sorting {
    background: url("/admin/global/plugins/datatables/media/images/sort_both.png") no-repeat right center;
}

.fixHeader th.sorting_desc {
    background: url("/admin/global/plugins/datatables/media/images/sort_desc.png") no-repeat right center;
}

.fixHeader th.sorting_asc {
    background: url("/admin/global/plugins/datatables/media/images/sort_asc.png") no-repeat right center;
}

.fixHeader th.sorting_desc_disabled {
    background: url("/admin/global/plugins/datatables/media/images/sort_desc_disabled.png") no-repeat right center;
}

.fixHeader th.sorting_asc_disabled {
    background: url("/admin/global/plugins/datatables/media/images/sort_asc_disabled.png") no-repeat right center;
}

.show-more-table {
    position: fixed;
    right: 0;
    top: 45%;
    width: 22px;
    height: 180px;
    background: #fff;
    color: #0c0c0c;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
    z-index: 1200;
    padding: 40px 2px;
    border: 1px solid #DDD;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.show-more-table:hover {
    background: #42bdc2;
    color: #fff;
    cursor: pointer;
}

.fixHeader .fixDivTable th {
    border-left: 1px solid #DDD !important;
    border-right: 1px solid #DDD !important;
}

.alert-tips {
    position: fixed;
    top: 62px;
    background: forestgreen;
    width: 45%;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    z-index: 1500;
    color: white;
    /* margin: 0 auto; */
    left: 15%;
    padding: 0 10px;
    border-radius: 5px;
}


/* 首页样式 */

.tabbable-custom>.tab-content {
    background: transparent;
    padding: 0 10px;
}

.tabbable-custom .tab_wrapper .tab_out {
    border: none;
}


/* .tabbable-custom .tab_wrapper .tab_out .nav-tabs li a {
    border: none;
    background: transparent;
} */

.page-header .page-header-inner .page-top {
    padding-right: 55px;
}

.page-header .page-header-inner .page-top .welcome-text {
    /* display: inline-block; */
    margin: 0 10px;
    height: 100%;
    line-height: 68px;
    padding: 0 20px;
    font-family: 微软雅黑 sans-serif;
    font-weight: bold;
}

.page-header .page-header-inner .page-top .fa {
    font-size: 24px;
    color: #ccc;
}

.page-header .page-header-inner .page-top .dropdown-notice .notice {
    position: relative;
    display: inline-block;
}

.page-header .page-header-inner .page-top .badge {
    vertical-align: super;
    font-size: 12px !important;
    position: absolute;
    background: #388eee;
}

.page-header .page-header-inner .page-top .dropdown-user .username {
    padding: 0 10px;
    border-right: 2px solid #DDD;
}

.page-header .page-header-inner .page-top .dropdown-user .logout {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}

.tabbable-custom>.tab-content #home {
    padding-top: 19px;
}

.tabbable-custom>.tab-content #home .index_content .index_row {
    width: 100%;
    height: 190px;
    margin-bottom: 30px;
}

.tabbable-custom>.tab-content #home .index_content .index_row:after {
    clear: both;
}

.tabbable-custom>.tab-content #home .index_content .index_row .index_block {
    width: 50%;
    height: 190px;
    float: left;
}

.tabbable-custom>.tab-content #home .index_content .index_row .title {
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
}

.tabbable-custom>.tab-content #home .index_content .index_row .index_block .block_btn a {
    display: inline-block;
    color: black;
    padding: 20px 10px;
}

@media(min-width: 1300px) {
    .tabbable-custom>.tab-content #home .index_content .index_row .index_block .pending_task .block_btn a>img {
        float: left;
        width: 50%;
    }
    .tabbable-custom>.tab-content #home .index_content .index_row .index_block .pending_task .block_btn a>div {
        float: left;
        width: 50%;
        text-align: center;
    }
    .tabbable-custom>.tab-content #home .index_content .index_row .index_block .pending_task .block_btn a>div>div {
        padding: 5px 0;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .tabbable-custom>.tab-content #home .index_content .index_row .pending_task {
        margin-right: 10px;
        height: 100%;
        background: #FFF;
        border: 1px solid #DDD;
    }
}

@media(max-width: 1300px) {
    .tabbable-custom>.tab-content #home .index_content .index_row .index_block .pending_task .block_btn a {
        text-align: center;
        position: relative;
    }
    .tabbable-custom>.tab-content #home .index_content .index_row .index_block .pending_task .block_btn a>img {
        width: 60%;
    }
    .tabbable-custom>.tab-content #home .index_content .index_row .index_block .pending_task .block_btn a>div>div {
        float: left;
        padding-top: 10px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        font-family: 'Microsoft YaHei UI', sans-serif;
    }
    .tabbable-custom>.tab-content #home .index_content .index_row .index_block .pending_task .block_btn a>div>div:first-child {
        padding-top: 10px;
        width: 75%;
    }
    .tabbable-custom>.tab-content #home .index_content .index_row .index_block .pending_task .block_btn a>div>div:nth-child(2) {
        width: 24%;
    }
    .tabbable-custom>.tab-content #home .index_content .index_row .pending_task {
        margin-right: 10px;
        height: 100%;
        background: #FFF;
        border: 1px solid #DDD;
    }
}

.tabbable-custom>.tab-content #home .index_content .index_row .quick_entry {
    margin-left: 10px;
    height: 100%;
    background: #FFF;
    border: 1px solid #DDD;
}

.tabbable-custom>.tab-content #home .index_content .index_row .index_block .quick_entry .block_btn a {
    width: 18%;
}

.tabbable-custom>.tab-content #home .index_content .index_row .data-statistics {
    width: 100%;
    border: 1px solid #DDD;
    height: 100%;
    background: #FFF;
}

.tabbable-custom>.tab-content #home .index_content .index_row .data-statistics .block_btn a {
    width: 19%;
    display: inline-block;
    padding: 10px 30px;
    color: #000;
    text-align: center;
}

.tabbable-custom>.tab-content #home .index_content .index_row .data-statistics .block_btn a .line_chart_img {
    width: 75%;
}

.tabbable-custom>.tab-content #home .index_content .index_row .data-statistics .block_btn a .bar_chart_img {
    width: 35%;
}

.tabbable-custom>.tab-content #home .index_content .index_row .data-statistics .block_btn a .count_text {
    font-size: 16px;
    font-weight: 600;
}

.tabbable-custom>.tab-content #home .index_content .index_row .data-statistics .block_btn a .count_name {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabbable-custom>.tab-content #home .index_content .index_row .data-statistics .block_btn a>div {
    padding: 5px 0;
}

.tabbable-custom>.tab-content #home .index_content .index_row.chart_row {
    height: 428px;
    background: #fff;
    border: 1px solid #DDD;
    position: relative;
}

.tabbable-custom>.tab-content #home .index_content .index_row.chart_row .date-checkbox {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 20px;
}

.tabbable-custom>.tab-content #home .index_content .index_row.chart_row .date-checkbox a.month-choose {
    position: relative;
    color: #399eee;
    display: inline-block;
    padding-left: 20px;
}

.tabbable-custom>.tab-content #home .index_content .index_row.chart_row .date-checkbox a.month-choose .month-picker {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.tabbable-custom>.tab-content #home .index_content .index_row.chart_row .visit_people {
    height: 100%;
}

.tabbable-custom>.tab-content #home .index_content .index_row.pie_chart_row {
    height: 324px;
}

.tabbable-custom>.tab-content #home .index_content .index_row.pie_chart_row .chart_block {
    width: 33.3%;
    height: 100%;
    float: left;
}

.tabbable-custom>.tab-content #home .index_content .index_row.pie_chart_row .chart_block .inner_block {
    margin: 0 10px;
    height: 100%;
    background: #FFF;
}


/* jyAutoComplete 样式 */

.jyAutoComplete-box {
    display: block;
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px #DDD;
    max-height: 200px;
    overflow-y: auto;
}

.jyAutoComplete-box::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.jyAutoComplete-box::-webkit-scrollbar-thumb {
    background: rgba(255, 123, 0, 0.2);
    border-radius: 2px;
}

.jyAutoComplete-box .jyAutoComplete-boxitem {
    padding: 5px 10px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
}

.jyAutoComplete-box .jyAutoComplete-boxitem.selected {
    color: white;
    background: #388eee;
}


/*------------------info------------------*/

.danger-1{
    background-color:#5d98c3 !important;   /*//4492cb //f39c9c*/
}

.read-1{
    background-color:#6C7B72 !important;
}

.unread-1{
    background-color:#E60A1C !important;
}
.page-content {
    min-height: 100%;
}