
/*此文件为PCCM系统的全局CSS文件*/

body {
    background-color: rgb(236, 236, 236);
}

.form-group {
    margin-bottom: 30px;
}

.modal-dialog .btn {
    width: 60px;
    height: 37px;
}
.modal-footer .btn + .btn{
    margin-left: 10px;
}
.modal-header .close{
    background-color: #7c95ad;
    color: white;
    opacity: 1;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.modal-header .close span{
    line-height: 7px;
    font-size: 19px;
    font-weight: 100;
}
.modal-body{
    padding-left: 0;
    /*font-size: 16px;*/
    color:#405e7c;
}
.modal-header .modal-title{
    font-size: 16px;
    color:#405e7c;
}
.btn-default{
    color: #6a6f72;
    border-color:#c5d0da;
}

input[type="radio"],
input[type="checkbox"] {
    opacity: 1;
    position: relative !important;
}

.kangaroo-default #top-nav {
    background-color: #fff;
    height: 128px;
    border-bottom: 1px solid #ccc;
    padding-right: 0;
}

.kangaroo-default #top-nav .header-info a {
    color: #4a4a4a;
    height: 128px;
    line-height: 60px;
}

.kangaroo-default>aside {
    background-color: white;
}

.kangaroo-default #top-nav .home-wrapper .home-link {
    background-color: transparent;
    color: #4a4a4a;
    border-color: transparent;
}

#top-nav .home-wrapper {
    height: 128px;
    line-height: 128px;
    margin-right: 38px;
    margin-left: 38px;
}

.home-wrapper>img {
    margin-top: 50px;
    margin-top: 50px\0;/* IE11 */
    margin-top: -10px\9;/* IE8 9 */

    /* http://www.webkaka.com/tutorial/html/2016/123024/ */
    /*加了meta IE=Edge 属性后，IE8 IE9能同时读懂\9和\0这两个标识，而IE11仅能读懂\0这个标识。*/
}

.kangaroo-default>aside .sidebar-inner {
    border-color: rgb(215, 224, 237);
}

#wrapper {
    max-width: 1920px;
    min-width: 1326px;
    margin: 0 auto;
    overflow: visible;
}

#wrapper>aside {
    padding: 50px 0 0 0;
}

#main-container {
    margin-left: 0px;
    position: absolute;
}

aside+#main-container {
    margin-left: 200px;
}

.nav-cards {
    background: none;
    border-bottom: none;
    height: 128px;
}

.nav-cards>li>a {
    border-bottom: none;
    height: 128px;
    line-height: 128px;
    width: 96px;
    font-size: 18px;
    color: #4a656b;
    font-weight: bold;
}

.nav-cards>li>a.active {
    color: #18a7ac;
    border-color: #18a7ac;
    border-bottom: 4px solid #18a7ac;
    line-height: 127px;
}

.nav-cards>li {
    margin: 0 4px;
}

.nav-cards>li>ul {
    box-shadow: grey 0px 0px 5px;
    display: none;
}

.nav-cards>li:hover>a {
    color: #18a7ac;
    border-bottom: 4px solid #18a7ac;
}

.nav-cards>li:hover>ul {
    display: block;
}

.nav-cards>li>ul>li>a {
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    color: #657fa0;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgb(221, 221, 221);
    font-size: 16px;
}

.nav-cards>li>ul>li:first-child>a {
    border-top: none;
}

.nav-cards>li>ul a:hover {
    color: #18a7ac;
    background-color: #fff;
}

.oa-modal {
    border-radius: 5px;
    border: 1px solid rgb(215, 224, 237);
    background-color: white;
    min-height: 100px;
    height:100px\0;
    width: 950px;
    position: relative;
    margin: 0 auto;
}

.oa-modal-title {
    border-bottom: 1px solid rgb(215, 224, 237);
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
}

.oa-modal-content {
    padding: 40px 30px;
}

.oa-modal-more {
    float: right;
    padding-right: 25px;
    height: 50px;
    line-height: 50px;
    color: gray;
    cursor: pointer;
}

#top-nav .header-info .user-info-wrapper {
    /*margin-right: 60px;*/
    height: 128px;
    width: 200px;
}

#top-nav .header-info .user-info-wrapper.active,
#top-nav .header-info .user-info-wrapper:hover {
    /*border-color: #18a7ac;
    border-bottom: 4px solid #18a7ac;*/
    /*cursor: pointer;*/
}

#top-nav .header-info .user-info-content.active .user-name,
#top-nav .header-info .user-info-content:hover .user-name {
    color: #18a7ac !important;
}

#top-nav .header-info .user-info-wrapper ul .user-info-list .glyphicon {
    margin-left: 1px;
    padding: 0 5px 0 20px;
    margin-top: 8px;
    vertical-align: top;
}

.kangaroo-default #top-nav .header-info .user-info-wrapper:hover .user-info-content {
    background-color: transparent;
}

#top-nav .header-info {
    margin: 0;
}

#top-nav .header-info .user-info-wrapper .user-info-content {
    padding-right: 0;
    padding: 34px 0;
    min-width: 140px;
}
#top-nav .header-info .user-info-wrapper .user-info-content:hover {
    border-color: #18a7ac;
    border-bottom: 4px solid #18a7ac;
    color: #18a7ac;
}

#top-nav .header-info .user-info-wrapper .user-info-content .info-content .info-text {
    font-size: 18px;
    margin-left: 15px;
    color: #4a656b;
    font-weight: bold;
}

.kangaroo-default #top-nav .header-info .user-info-list {
    background-color: #e9f1f4;
    color: #657fa0;
    text-align: center;
    border-top: 1px solid rgb(221, 221, 221);
}

.kangaroo-default #top-nav .header-info li:first-child .user-info-list {
    /*border-top: none;*/
}

.kangaroo-default #top-nav .header-info .user-info-list:hover {
    background-color: #657fa0;
    color: #e9f1f4;
}

#top-nav .mail {
    margin-right: 15px;
    position: relative;
    margin-top: 42px;
}

#top-nav .mail i {
    color: #9a9fb0;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}

#top-nav .mail .redpoint {
    /*background-color: red;*/
    color: white;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20px;
    height: 20px;
    /*border-radius: 20px;*/
    position: absolute;
    top: 0;
    right: -10px;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

#top-nav .mail i:hover {
    cursor: pointer !important;
    color: #18a7ac;
}

#top-nav .header-info .user-info-wrapper:hover ul {
    /*border: 1px solid gray\0;*/
    box-shadow: gray 0px 0px 5px;
}

#top-nav .header-info .split {
    height: 128px;
    line-height: 128px;
    margin-right: 35px;
    margin-left: 30px;
    float: left;
}

#top-nav.fixed~#main-container {
    margin-top: 128px;
    margin-bottom: 40px;
}

#top-nav-inner {
    max-width: 1920px;
    min-width: 1233px;
    position: relative;
    /*overflow: hidden;*/
    margin: 0 auto;
}

#bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f0f2f7;
}

#bottom-nav-inner {
    max-width: 1920px;
    min-width: 1326px;
    position: relative;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: rgb(153, 153, 153);
}


/*左侧树状图样式*/

.leftSearch {
    margin: 20px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding-right: 30px;
}

.leftSearch input {
    padding: 6px 10px;
    outline: none;
    border: none;
    width: 100%;
}

.leftSearch .fa {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
    color: rgb(63, 139, 251);
}

.ztree {
    padding: 0;
}

.ztree li {
    position: relative;
}

.ztree li a {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

.ztree li span {
    line-height: 35px;
    font-size: 14px;
}

.ztree li.active>a>span {
    color: #18a7ac;
}

.ztree li.active>a:after {
    content: "";
    position: absolute;
    height: 35px;
    width: 200px;
    background-color: rgb(232, 242, 255);
    left: 0;
    top: 0;
    z-index: -1;
}

.ztree li.active>a:before {
    content: "";
    position: absolute;
    height: 35px;
    width: 5px;
    background-color: #18a7ac;
    left: 0;
    top: 0;
    z-index: 0;
}

.ztree li ul {
    padding-left: 20px;
}

.ztree li.active>a.level1:after {
    margin-left: -20px;
}

.ztree li.active>a.level2:after {
    margin-left: -40px;
}

.ztree li.active>a.level3:after {
    margin-left: -60px;
}

.ztree li.active>a.level4:after {
    margin-left: -80px;
}

.ztree li.active>a.level5:after {
    margin-left: -100px;
}

.ztree li.active>a.level6:after {
    margin-left: -120px;
}

.ztree li.active>a.level7:after {
    margin-left: -140px;
}

.ztree li.active>a.level8:after {
    margin-left: -160px;
}

.ztree li.active>a.level9:after {
    margin-left: -180px;
}

.ztree li.active>a.level10:after {
    margin-left: -200px;
}

.ztree li.active>a.level1:before {
    margin-left: -20px;
}

.ztree li.active>a.level2:before {
    margin-left: -40px;
}

.ztree li.active>a.level3:before {
    margin-left: -60px;
}

.ztree li.active>a.level4:before {
    margin-left: -80px;
}

.ztree li.active>a.level5:before {
    margin-left: -100px;
}

.ztree li.active>a.level6:before {
    margin-left: -120px;
}

.ztree li.active>a.level7:before {
    margin-left: -140px;
}

.ztree li.active>a.level8:before {
    margin-left: -160px;
}

.ztree li.active>a.level9:before {
    margin-left: -180px;
}

.ztree li.active>a.level10:before {
    margin-left: -200px;
}

.inform p span {
    word-wrap: break-word;
    white-space: normal;
}


/*表单校验组件*/

.validate.show+input,
.validate.show+textarea {
    border: 1px solid #ff5a5a;
    background-color: rgb(255, 249, 249);
}

.validate {
    margin-top: 36px;
    font-size: 12px;
    position: absolute;
    color: #ff5a5a !important;
    /*float: right;
    color: #ff5a5a;
    line-height: 1.3rem;
    margin-top: -0.8rem;
    height: 1.3rem;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;*/
}

.item-after .validate {
    line-height: 0.6rem;
    margin-top: 0rem;
    height: 0.6rem;
}


/*翻页控件*/

.pagerBox {
    display: block;
    text-align: right;
    overflow: hidden;
    position: relative;
    float: right;
    margin-right: 10px;
}

.pagerBox>div {
    float: right;
}

.pagerBox>div>* {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    position: relative;
    float: left;
    font-size: 12px;
    border: 1px solid #e7e7e7;
    color: black;
    background-color: white;
}

.pagerBox>div>*:hover {
    color: #18a7ac;
}

.pagerBox .next i,
.pagerBox .prev i {
    font-size: 12px;
    line-height: 38px;
}


/*
.pagerBox .next:after,
.pagerBox .prev:after {
    color: rgb(51, 129, 255);
    background-color: white;
    top: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 20px;
}

.pagerBox .next:after {
    content: "\e080";
}

.pagerBox .prev:after {
    content: "\e079";
}*/

.pagerBox .num {
    color: black;
}

.pagerBox .current {
    color: white;
    background-color: #18a7ac;
}


/*通用块样式*/

.block-box {
    /*width: 1860px;*/
    margin: 30px;
    position: relative;
    background-color: #fff;
}

.block-box>.title-box {
    padding: 30px;
}

.block-box>.title-box>.title {
    color: #333;
    font-size: 16px;
    position: relative;
}

.block-box .nav-tabs-bs {
    padding-left: 30px;
}

.nav-tabs-bs>li.active>a,
.nav-tabs-bs>li.active>a:hover,
.nav-tabs-bs>li.active>a:focus {
    color: #555;
}

.nav-tabs-bs>li>a,
.nav-tabs-bs>li>a:hover,
.nav-tabs-bs>li>a:focus {
    color: #18a7ac;
    overflow: visible;
    font-size: 14px;
}


.block-box>.content {
    position: relative;
    margin-top: 23px;
}

.block-box .tabItem .point {
    color: white;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -10px;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    z-index: 10;
}

.block-box .tab-pane {
    padding: 30px;
}


/*通用表格样式*/

table.pccm {
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
    border-collapse: collapse;
    position: relative;
    font-size: 14px;
    background-color: white;
}

table.pccm tr {
    border: 1px solid #dfdfdf;
}

table.pccm th {
    border-right: 1px solid #dfdfdf;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
    color: #333;
}

table.pccm tfoot td {
    border: none;
    height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 20px;
}

table.pccm th:first-child {
    text-align: center;
}

table.pccm thead th.hiddenColumn,
table.pccm tbody tr td.hiddenColumn {
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

table.pccm td {
    border-right: 1px solid #dfdfdf;
    padding-left: 20px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #5e5e5e;
}

table.pccm td.td_checkbox,
table.pccm th.th_checkbox {
    padding-left: 0;
    text-align: center;
}

table.pccm input[type='checkbox'] {
    top: 0;
}

table.pccm .btn-page,
table.pccm .btn-page:hover,
table.pccm .btn-page:focus,
table.pccm .btn-page:active {
    /*width: 226px;*/
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    cursor: default;
    border-color: #dce3ed !important;
    background-color: #fff !important;
    color: #333333 !important;
}

table.pccm td .download {
    float: right;
    margin-right: 15px;
    color: #7e93a1;
}

table.pccm td .download:hover {
    color: #00a3e1;
    cursor: pointer;
}

table.pccm td .point {
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}

table.pccm .action:first-child {
    margin-left: -10px;
}

table.pccm .action {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
}

table.pccm tbody tr.dark {
    background-color: rgb(244, 244, 244);
}

table.pccm .detail-tr td {
    white-space: normal;
    background-color: #fff;
    font-size: 14px;
    padding: 30px;
}

table.pccm .detail-tr .attachment {
    display: block;
    margin-top: 18px;
}

table.pccm .detail-tr {
    display: none;
}

table.pccm tr.active+.detail-tr {
    display: table-row;
}

table.pccm .orgtext {
    color: rgb(255, 155, 48);
}

table.pccm a {
    color: #5e5e5e;
}

table.pccm a.attachment {
    color: #1e8bf2;
}

table.pccm a:hover {
    /*color: #1e8bf2;*/
    text-decoration: underline;
}

table.pccm a.action:hover {
    text-decoration: none;
}


table.pccm.list tfoot{
    background-color: rgb(236, 236, 236);
}
table.pccm.list tfoot tr{
    border: none !important;
}
table.pccm.list tfoot tr td{
    border-right: 1px solid rgb(236, 236, 236) !important;
}

table.pccm.list.white tfoot{
    background-color: #fff;
}
table.pccm.list.white tfoot tr td{
    border-right: 1px solid #fff !important;
}

table.pccm.list tfoot td{
    padding-left: 0;
    padding-top: 30px;
}

/*表格顶部的筛选操作表单*/
form{
    margin: 0;
}

form.pccm .action-row {
    margin: 10px;
    position: relative;
    padding-right: 150px;
    margin-left: 25px;
}
form.pccm .action-row.double {
    padding-right: 280px;
}

.action-row > * {
    margin-top: 5px;
    margin-bottom: 5px;
}

form.pccm .action-row .form-control {
    height: 100%;
    display: inline-block;
    /*margin:0 5px;*/
    width: 200px;
}

form.pccm .action-row > span {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin-left:5px;
    margin-right:5px;
}

form.pccm .btn.bgicon {
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    height: 34px;
}


/*弹框样式修改*/

.modal-header {
    background-color: #fff;
    padding: 18px 20px;
    border-bottom: 1px solid #e6eef4;
}

.modal-footer {
    padding-bottom: 20px;
    text-align: right;
}

.modal-footer::before {
    display: none;
}

.modal-body * {
    color: #405e7c;
}

.modal-footer .btn:active {
    color: #333;
    background-color: #f9f9f9;
    border-color: #dce3ed;
}

.modal-footer .btn+.btn {
    border-color: #18a7ac;
    background-color: #18a7ac;
}

.modal-footer .btn+.btn:hover {
    border-color: #18a7ac !important; 
    background-color: #18a7ac !important;
}


/*
.modal-header .close {
    background-color: #849db2;
    opacity: 1;
    color: white;
    font-weight: 100;
    width: 20px;
    height: 20px;
    position: absolute;
    line-height: 20px;
    display: inline-block;
    right: 20px;
    top: 25px;
    border-radius: 20px;
    vertical-align: top;
}
.modal-header .close:before{
    content: "×";
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 16px;
    color: white;
}
.modal-header .close span{
    display: none;
}*/


/*导出按钮*/
.export-btn,
.export-btn:hover,
.export-btn:focus,
.export-btn:active {
    width: 120px !important;
    border: #65ae3e !important;
    background-color: #65ae3e !important;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 35px !important;
}


.add-btn,
.add-btn:hover,
.add-btn:focus,
.add-btn:active {
    width: 120px !important;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 35px !important;
    background: #18a7ac !important;
    border-color: #18a7ac !important;
}

 .add-btn + .export-btn{
    right: 150px;
}

.panel{
    border: none;
}



/*选择时间组件*/
input.date[readonly]{
    background-color: white !important;
    color:#333 !important;
}

/*选择时间组件*/
.bootstrap-datetimepicker-widget.dropdown-menu{
        margin-top: 10px;
}

/*蓝色单选钮*/
.radio-tab input[type="radio"] {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.radio-tab label {
    display: inline-block;
}

.radio-tab input+span {
    min-width: 100px;
    min-width: 0\0;
    /*兼容IE8*/
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    text-align: center;
    color: gray;
    display: inline-block;
    background-color: rgb(217,222,228);
    padding: 0 10px;
    position: relative;
    border: 1px solid rgb(217,222,228);
    cursor: pointer;
    user-select: none;
}

.radio-tab span.active {
    color: white;
    background-color: #18a7ac;
    border: 1px solid #18a7ac;
}


form.pccm .btn.bgicon{
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    height: 34px;
    background-color: #18a7ac;
    border-color: #18a7ac;
}
form.pccm .btn.bgicon:hover{
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    height: 34px;
    background-color: #18a7ac !important;
    border-color: #18a7ac !important;
}

.form-control:focus{
    border-color: #18a7ac !important;
}

.mygr:hover{
    color: #18a7ac !important;
}
.btn-save{
    background-color: #18a7ac !important;
    border-color: #18a7ac !important;
}
.btn-save:hover{
    background-color: #18a7ac !important;
    border-color: #18a7ac !important;
}