﻿@charset "utf-8";

.clear
{
    clear:both;
    height:0px; 
    overflow:hidden;
}
/**自定义内容*/
.space15 {
    height: 15px;
    display: block;
}

.space10 {
    height: 10px;
    display: block;
}

.padding-left30 {
    padding-left: 30px;
}

.line-height25 {
    line-height: 25px;
}

.no-opacity {
    opacity: 1;
}

.font-size60 {
    font-size: 60px;
}

.pointer {
    cursor: pointer;
}

.disabled {
    cursor: no-drop;
}

.primary {
    color: #428bca;
}

.pageNumA a {
    color: #428bca;
}

/**遮罩*/
.modal {
    background: rgba(0, 0, 0, 0.5);
}
/**Loading*/
@keyframes loading-icon-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.loading-modal {
    z-index: 1041;
    background: rgba(100, 100, 100, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: loading-fadeIn 0.4s 1 linear;
}

.loading {
    z-index: 1042;
    width: 100px;
    height: 100px;
    background: #202020;
    /*position: absolute;*/
    position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 10px;
    color: #ffffff;
    animation: loading-fadeIn 0.4s 1 linear;
}

    .loading i {
        font-size: 18px;
        display: block;
        text-align: center;
        font-style: normal;
        margin: 20px 0 10px 0;
        animation: loading-icon-circle 1.5s infinite ease;
    }

    .loading span {
        display: block;
        text-align: center;
    }

/**登录页*/
.login-bg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    min-height: 550px;
    z-index: -2;
    background: url('../images/Bg/bg1.jpg') no-repeat top center fixed;
}

.login-map {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    min-height: 550px;
    z-index: -1;
    opacity: 0.3;
}
/*登录页幻灯片*/
.login-banner {
    overflow: hidden;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.8;
}

.login-banner ul {
        padding: 0px;
        margin: 0px;
    }

 .login-banner ul li {
     list-style: none;
 }

.login-banner .bd ul li {
    width: 100%;
    height: 900px;
   
 }
.login-custom  {
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    opacity: 0.8;
 }

.login-checkcode {
    padding: 1px!important;
    border: none !important;
    cursor: pointer;
}

    .login-checkcode img {
        height: 32px;
        margin-left: -1px;
    }

@keyframes hover-zoom {
    100% {
        transform: scale(1.05);
    }
}

.hover-zoom:hover {
    animation: hover-zoom 1 0.5s ease-out forwards;
}

/**顶部图标菜单*/
.navbar-nav ul li span {
    font-size: 10px;
    padding: 5px 10px;
}

/**换肤按钮*/
.theme-bg div {
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    cursor: pointer;
}

#button-bg1 {
    background: url("../images/bg/small-bg1.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg2 {
    background: url("../images/bg/small-bg2.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg3 {
    background: url("../images/bg/small-bg3.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg4 {
    background: url("../images/bg/small-bg4.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg5 {
    background: url("../images/bg/small-bg5.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg6 {
    background: url("../images/bg/small-bg6.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    ;
}

#button-bg7 {
    background: url("../images/bg/small-bg7.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg8 {
    background: url("../images/bg/small-bg8.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg9 {
    background: url("../images/bg/small-bg9.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg10 {
    background: url("../images/bg/small-bg10.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg11 {
    background: url("../images/bg/small-bg11.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#button-bg12 {
    background: url("../images/bg/small-bg12.jpg") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

.icon-lg {
    font-size: 20px;
}

/**右侧快捷菜单*/
.right-wrapper .row {
    padding-bottom: 10px;
}

.right-wrapper h3 {
    margin-bottom: 10px;
}

.right-wrapper a {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

    .right-wrapper a span {
        font-size: 48px;
    }

/**默认打开左菜单的样式*/
#skin-select {
    left: 0;
}

.wrap-fluid {
    width: auto;
    margin-left: 250px;
}

.navbar {
    margin-left: 240px;
}

#skin-select li {
    text-align: left;
}

    #skin-select li span,
    ul.topnav h4,
    .side-dash,
    .noft-blue,
    .noft-purple-number,
    .noft-blue-number,
    .title-menu-left {
        display: inline-block;
        float: none;
    }

.ul.topnav li a:hover {
    background-color: green !important;
}

.ul.topnav h4 {
    display: none;
}

.datepicker-wrap {
    position: absolute;
    right: 300px;
}

.skin-part {
    visibility: visible;
}

#menu-showhide, .menu-left-nest {
    margin: 10px;
}

.dark {
    visibility: visible;
}

.search-hover {
    display: none;
}

.dropdown-wrap {
    position: absolute;
    left: 0px;
    top: 53px;
}


/**折叠表格*/
table.table-noPadding > tbody > tr > td {
    padding: 0 15px;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
}

    table.table-noPadding > tbody > tr > td .tree-key {
        padding-left: 8px;
        display: inline-block;
    }

    table.table-noPadding > tbody > tr > td .btn-group {
        margin-top: 2px;
    }

table.table-noPadding tr > td.valign-middle {
    vertical-align: middle;
}

table.table-noPadding .th-inner {
    padding: 7px;
    display: inline-block;
}

    table.table-noPadding .th-inner .icheckbox_flat-red {
        float: left;
    }
/*table.controller.table-noPadding > tbody > tr > td .control { margin-left: 10px; }
table.controller.table-noPadding > tbody > tr > td .control .line { height: 35px; }
table.controller.table-noPadding > tbody > tr > td .control .line .horz{ width: 18px;}
table.controller.table-noPadding > tbody > tr > td .expander { margin-top: 8px; }
table.controller.table-noPadding .l1 .control{ width: 24px;}
table.controller.table-noPadding .l2 .control{ width: 38px;}*/

.actions {
    padding-bottom: 10px;
}

.operate_foot {
    float: left;
}

.panel-footer {
    display: inline-block;
    width: 100%;
}

.pages {
    width: 60%;
    float: right;
}

    .pages .page_total {
        text-align: right;
        padding: 6px 12px;
    }

    .pages .btn-group {
        display: block;
    }

    .pages .btn {
        float: none;
        margin-right: 0 !important;
    }

    .pages .prev-next, .pages .first-last {
        font-family: 宋体;
        font-weight: bold;
    }

/*选项卡*/
.panel-heading .nav {
    border: medium none;
    font-size: 13px;
    margin: -10px -15px -11px;
}

.tab-bg-dark-navy-blue {
    background: #2184be;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a, .panel-heading .nav > li.active > a:hover, .panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}

.panel-heading .nav > li > a {
    color: #fff;
}

    .panel-heading .nav > li.active > a, .panel-heading .nav > li > a:hover {
        color: #2184be;
        background: #fff;
    }

.panel-heading .nav > li:first-child.active > a, .panel-heading .nav > li:first-child > a:hover {
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
}

.tab-right {
    height: 38px;
}

    .panel-heading.tab-right .nav > li:first-child.active > a, .tab-right.panel-heading .nav > li:first-child > a:hover {
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .panel-heading.tab-right .nav > li:last-child.active > a, .tab-right.panel-heading .nav > li:last-child > a:hover {
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
    }

.panel-heading.tab-right .nav-tabs > li > a {
    margin-left: 1px;
    margin-right: 0px;
}

/*表格内单选按钮*/
.table-radio {
    padding-top: 8px;
    height: 35px;
}

.apid_sort {
    width: 115px;
}

.All_table table td {
    padding: 5px 0px;
}

.form_datetime {
    width: 100%;
}

.All_table table td {
    padding: 5px 0px;
}

.form_datetime {
    width: 100%;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-search-control {
    display: inline;
    display: inline;
    width: auto;
}

.form-control { /*width: 83%;*/
}

.btn-group em.aPart {
    margin: 0px 2px;
}

    .btn-group em.aPart b {
        display: inline-block;
        padding-right: 28px;
        height: 18px;
        font-style: normal;
        font-weight: normal;
    }

    .btn-group em.aPart a.close {
        position: absolute;
        display: block;
        width: 11px;
        height: 11px;
        right: 18px;
        top: 4px;
    }

    .btn-group em.aPart b {
        background: url(../images/blue/other_column_aPart_bg.jpg) no-repeat right;
    }

.form-control { /*width: 83%;*/
}

.btn-group em.aPart {
    margin: 0px 2px;
}

    .btn-group em.aPart b {
        display: inline-block;
        padding-right: 28px;
        height: 18px;
        font-style: normal;
        font-weight: normal;
    }

    .btn-group em.aPart a.close {
        position: absolute;
        display: block;
        width: 11px;
        height: 11px;
        right: 18px;
        top: 4px;
    }

    .btn-group em.aPart b {
        background: url(../images/blue/other_column_aPart_bg.jpg) no-repeat right;
    }

/*#treeColumn li { min-height: 20px; display: block; }
#treeColumn li .btn-group{ height: 20px;float: left;}
#treeColumn li button { margin-left: 0!important;height: 20px;line-height: 20px; }
#treeColumn li ul{ float: left;width: 100%; }
#treeColumn .hitarea { height: 20px; width: 20px; }
#treeColumn .btn { float: left; padding: 0px; text-align: left; }
#treeColumn .width-full { width: 100%; }*/
#topSiteMenu, #topSubSiteMenu, #topSubMenu {
    margin: 14px 0 0 9px;
}

    #topSiteMenu:after, #topSubSiteMenu:after, #topSubMenu :after {
        border-color: #FFFFFF rgba(0, 0, 0, 0);
    }

#topSiteMenu, #topSubSiteMenu, #topSubMenu {
    margin: 14px 0 0 9px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    #topSiteMenu:after, #topSubSiteMenu:after, #topSubMenu :after {
        border-color: #FFFFFF rgba(0, 0, 0, 0);
        border-style: solid;
        border-width: 0 13px 13px;
        content: "";
        display: block;
        left: 18px;
        margin-left: -15px;
        position: absolute;
        top: -10px;
        width: 0;
        z-index: 1;
    }

ul[id^='treeColumn'] {
    padding: 10px;
    min-width: 350px;
    max-height: 500px;
    overflow: auto;
}

    ul[id^='treeColumn'] .btn {
        padding: 0;
        margin-top: -5px;
    }

        ul[id^='treeColumn'] .btn.active {
            color: #ff5a00;
            box-shadow: none;
        }

    ul[id^='treeColumn'] button {
        height: 19px;
        line-height: 19px;
        margin-left: 0 !important;
        margin-top: -5px;
    }

        ul[id^='treeColumn'] button .caret {
            padding: 0 !important;
        }

ul[id^='treeColumn'] {
    padding: 10px;
    min-width: 350px;
    max-height: 500px;
    overflow: auto;
    color: #555;
}

    ul[id^='treeColumn'] .btn {
        padding: 0;
        margin-top: -5px;
    }

        ul[id^='treeColumn'] .btn.active {
            color: #ff5a00;
            box-shadow: none;
        }

    ul[id^='treeColumn'] button {
        height: 19px;
        line-height: 19px;
        margin-left: 0 !important;
        margin-top: -5px;
    }

        ul[id^='treeColumn'] button .caret {
            padding: 0 !important;
        }

.list_related_articles {
    padding-bottom: 10px;
}

    .list_related_articles h4 {
        font-size: 12px;
    }

    .list_related_articles ul li {
        line-height: 18px;
        padding: 4px 10px;
        margin-left: 5px;
        background: url(../images/list_icon.jpg) no-repeat left 12px;
        border-bottom: dotted 1px #e4e4e4;
    }

.relation_delete {
    color: #ff5a00;
    cursor: pointer;
}

.list_related_articles {
    padding-bottom: 10px;
}

    .list_related_articles h4 {
        font-size: 12px;
    }

    .list_related_articles ul li {
        line-height: 18px;
        padding: 4px 10px;
        margin-left: 5px;
        background: url(../images/list_icon.jpg) no-repeat left 12px;
        border-bottom: dotted 1px #e4e4e4;
    }

.relation_delete {
    color: #ff5a00;
    cursor: pointer;
}
/*不能选择文字*/
.disable-select * {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/*拖拽 鼠标*/
.dragCursor
{
    width: 50px;
    line-height: 30px;
    cursor: move;
}