.demo-nifty-btn .btn,
.demo-nifty-btn-group .btn-group {
    margin: 7px 7px 7px 0
}

.demo-nifty-btn,
.demo-nifty-label-badge,
.demo-nifty-margin>tr>td>div {
    text-align: center
}

.demo-flag-name,
.demo-icon-list .demo-icon {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.fileinput-remove-button {
    display: none;
}

.img-balloon {
    background-image: url(../images/bg-img/bg-img-2.jpg)
}

.demo-bg {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

#ajaxCrudDatatable #liuer_footer,
#crud-datatable-pjax #liuer_footer {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ajaxCrudDatatable #liuer_footer .pagination,
#crud-datatable-pjax #liuer_footer .pagination {
    margin: 0;
}

.demo-loading {
    display: inline-block;
    overflow: hidden;
    line-height: 43px;
    white-space: nowrap;
    max-width: 0;
    -webkit-transition: max-width .5s;
    transition: max-width .5s
}

.disabled>.demo-loading {
    max-width: 10em;
    -webkit-transition: max-width .5s;
    transition: max-width .5s
}

.demo-loading .fa {
    animation: none
}

.disabled>.demo-loading .fa {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

@media (min-width: 768px) {
    .demo-bg {
        display: block
    }
    #demo-bg-list {
        display: inline-block;
        padding: 5px;
        background-color: #fff
    }
    .demo-bg img {
        vertical-align: top;
        width: 64px;
        cursor: pointer;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }
    .demo-bg .active,
    .disabled .demo-chg-bg {
        opacity: .3;
        cursor: default;
        -webkit-transition: opacity .5s;
        transition: opacity .5s
    }
}

input {
    background-image: none !important
}

.demo-nifty-btn.list-group-item {
    padding: 20px 15px
}

.demo-nifty-btn .btn:not(.btn-icon) {
    min-width: 17.5%
}

.demo-nifty-modal .modal {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
    overflow: hidden
}

.demo-nifty-modal .modal-dialog {
    left: auto;
    color: #707980;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto
}

.demo-nifty-label-badge .badge,
.demo-nifty-label-badge .label {
    float: none;
    margin: 0 7px 10px 0;
    display: inline-block
}

.demo-nifty-padding>tr>td>div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: rgba(100, 42, 156, .27)
}

.demo-nifty-padding>tr>td>div>div {
    width: 100%;
    height: 100%;
    line-height: normal;
    background-color: #fff;
    border: 1px solid rgba(20, 126, 255, .53);
    vertical-align: middle
}

.demo-nifty-padding>tr>td>div>div:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle
}

.demo-nifty-margin>tr>td>div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-weight: 500;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #f4df60
}

.demo-nifty-margin>tr>td>div>div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    line-height: normal;
    background-color: #fff;
    border: 1px solid rgba(20, 126, 255, .53);
    vertical-align: middle
}

.demo-nifty-margin>tr>td>div>div:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle
}

.demo-nifty-background>tr>td>div,
.demo-nifty-border div {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-weight: 500;
    text-align: center
}

.demo-nifty-background>tr>td>div {
    position: relative
}

.demo-nifty-border div {
    border-color: rgba(0, 0, 0, .3);
    background-color: rgba(0, 0, 0, .05)
}

.demo-nifty-icon span {
    background-color: rgba(0, 0, 0, .1)
}

.demo-nifty-text p {
    width: 125px;
    min-height: 35px;
    padding: 5px;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .demo-nifty-text p {
        width: 175px
    }
}

.demo-nifty-text td:nth-child(2) {
    text-align: center
}

.demo-nifty-text p:not(.bg-dark) {
    background-color: rgba(0, 0, 0, .05)
}

.demo-icon-list i {
    display: inline-block;
    padding: 10px;
    width: 2em;
    text-align: center;
    font-size: 2em;
    vertical-align: middle;
    color: #444
}

.demo-icon-list .demo-icon {
    display: block;
    margin: 3px 0;
    cursor: pointer
}

.demo-icon-list .demo-icon:hover {
    color: #2b2b2b;
    background-color: rgba(0, 0, 0, .09)
}

.demo-icon-list .demo-icon span {
    display: inline-block
}

.demo-flag-icon.demo-icon-list .demo-icon {
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .05)
}

.demo-flag-icon .demo-icon i {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px
}

.demo-flag-name {
    color: #4d627b;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.demo-flag-name span {
    width: 50px;
    margin-right: 10px;
    text-align: center
}

#demo-set-btn,
.demo-set {
    display: none
}

@media (min-width: 1200px) {
    .demo-set,
    .demo-set.in {
        transition: background-color .3s
    }
    .demo-set {
        background-color: rgba(0, 0, 0, 0);
        color: #5e5e5e;
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99999;
        direction: rtl;
        visibility: hidden
    }
    .demo-set.in {
        visibility: visible;
        background-color: rgba(0, 0, 0, .45)
    }
    .effect~.demo-set .collapsing {
        transition-duration: 0 !important
    }
    .demo-set .mar-btm {
        margin-bottom: 10px
    }
    .demo-set-body>.demo-set-content {
        padding: 10px 5px 20px
    }
    .demo-set-body .icon-wrap {
        padding: 7px
    }
    .demo-set-body {
        background-color: #fff;
        border-left: 7px solid #34495e;
        position: relative;
        direction: ltr;
        margin-top: 10px;
        max-width: 1120px;
        max-height: 600px;
        z-index: 999;
        transform: translateX(1120px);
        transition: all .3s
    }
    .demo-set.in .demo-set-body {
        transform: translateX(0);
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, .5);
        transition: all .3s
    }
    #demo-set-btn {
        display: inline-block;
        background-color: #34495e;
        border-radius: 7px 0 0 7px !important;
        color: #fff;
        border: 0;
        position: fixed;
        right: 0;
        top: 100px;
        margin-left: -48px;
        box-shadow: none;
        z-index: 99999;
        transition: all .3s
    }
    #demo-set-btn i {
        font-size: 25px;
        display: block;
        margin: 5px 0;
        height: 1em;
        animation-iteration-count: infinite !important;
        animation-duration: 1.5s !important;
        animation-play-state: running
    }
    #demo-set-btn i:before {
        display: block;
        line-height: 1em
    }
    .demo-set.in+#demo-set-btn {
        right: 1120px;
        transition: all .3s
    }
    .demo-set.in+#demo-set-btn i {
        animation-play-state: paused
    }
}

.demo-bg-boxed {
    display: none
}

.demo-bg-boxed.open {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    background-color: #f8f9fa;
    z-index: 2
}

.demo-bg-boxed-content {
    max-height: 380px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.demo-bg-boxed-content .text-justify>.thumbnail {
    width: 25%;
    font-size: 7px;
    margin-bottom: 5px
}

@media (min-width: 1500px) {
    .demo-bg-boxed-content .text-justify>.thumbnail {
        font-size: 7px;
        margin-bottom: 5px;
        width: 24%
    }
}

.demo-bg-boxed-content .text-justify>.thumbnail>img {
    width: 100%;
    height: 3vw;
    max-height: 55px
}

.demo-bg-boxed-footer {
    height: 15%;
    max-height: 50px;
    padding-top: 10px
}

.demo-single-theme>.demo-theme {
    width: 40px
}

.demo-justify-theme {
    text-align: justify;
    font-size: 0
}

.demo-justify-theme:after {
    content: '';
    display: inline-block;
    width: 100%
}

.demo-theme {
    cursor: pointer !important;
    display: inline-block;
    width: 33.3%;
    height: 32px;
    background-color: #f4f4f4;
    position: relative;
    transition: all .2s
}

.demo-theme.active,
.demo-theme.disabled {
    cursor: not-allowed !important
}

.demo-theme.active:after,
.demo-theme.active:before {
    content: "";
    left: 50%;
    position: absolute;
    width: 5px;
    background: #fff
}

.demo-theme:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .3);
    border: 0;
    transition: all .2s
}

.demo-theme.active {
    opacity: .8;
    z-index: 99;
    box-shadow: 0 0 0 2px #fff;
    transform: scale(.95);
    border-radius: 2px
}

.demo-theme.active:before {
    height: 10px;
    margin-left: -5px;
    top: 13px;
    transform: rotate(-45deg);
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .5)
}

.demo-theme.active:after {
    height: 20px;
    margin-left: 3px;
    top: 5px;
    transform: rotate(45deg);
    box-shadow: 2px 0 2px rgba(0, 0, 0, .5)
}

.demo-theme-light {
    background: #fff;
    border: 1px solid #ddd !important
}

.demo-theme-light.active:after,
.demo-theme-light.active:before {
    background: #177bbb
}

.demo-theme-gray {
    background: #8f9ea6
}

.demo-theme-coffee {
    background: #807362
}

.demo-theme-dark {
    background: #424a52
}

.demo-theme-dust {
    background: #fd8943
}

.demo-theme-lime {
    background: #80b343
}

.demo-theme-mint {
    background: #26a69a
}

.demo-theme-navy {
    background: #294d73
}

.demo-theme-ocean {
    background: #177bbb
}

.demo-theme-prickly-pear {
    background: #ad5468
}

.demo-theme-purple {
    background: #8b5b9f
}

.demo-theme-well-red {
    background: #d23e3e
}

.demo-theme-yellow {
    background: #efd45a
}

.css-loader-example .panel-body,
.spinner-example .panel-body {
    height: 150px
}

.demo-show-grid .row {
    margin-bottom: 20px
}

.demo-show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 70px;
    border: 1px solid #adc8db;
    color: #4d627b;
    background-color: #cee5f5 !important
}

.demo-liquid-fixed .fluid,
.demo-liquid-fixed [class^=fixed-]:not(.fixed-fluid) {
    padding: 10px;
    height: 150px;
    background: #c2f6c2;
    border: 1px solid #9ed89e;
    color: #4d627b;
    margin-bottom: 15px
}

.demo-liquid-fixed .fluid {
    background: #cee5f5;
    border: 1px solid #adc8db
}


/*朝阳修改*/


/*header*/

.navbar-content {
    /*background: #10a1d9;*/
}

.navbar-top-links .tgl-menu-btn>a,
.navbar-top-links .tgl-menu-btn>a:hover {
    color: #fff;
}

.navbar-top-links>li>a {
    color: #fff;
}

.navbar-top-links>li>a:hover {
    background-color: #0e91c3 !important;
    color: #fff;
}

.navbar-top-links>li>a {
    height: 60px;
}

.navbar-top-links>li>a.active {
    background-color: #0e91c3 !important;
    color: #fff;
}

#dropdown-user .ic-user {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;
}

.username {
    line-height: 60px;
}

.navbar-header {
    /*background: #10a1d9;*/
}

.navbar-header:before {
    background: transparent;
}

.navbar-brand {
    height: 60px;
}

.navbar-top-links>li>a:not(.mainnav-toggle)>i {
    color: #fff;
}

.navbar-top-links>li>a>i.fa.fa-font {
    position: relative;
    top: -2px;
}

#navbar .brand-title {
    padding-left: 0 !important;
    text-align: center;
    padding-right: 0 !important;
}
#navbar .brand-title img{
    max-width: 90%;
}



/*header end*/


/*右侧导航*/

#mainnav-container {
    padding-top: 60px !important;
    z-index: 22;
}

#container:not(.mainnav-sm) #mainnav-menu-wrap>.nano>.nano-content {
    padding-top: 0;
}

#container:not(.mainnav-sm) #mainnav-menu {
    margin-top: 0;
}

#mainnav .list-header {
    margin-top: 0;
}

#mainnav {
    background-color: #f9fafc;
}

#mainnav-menu>li>a:active,
#mainnav-menu>li>a:hover {
    color: #10a1d9;
}

#mainnav-menu>.active {
    background-color: #f9fafc;
}

#mainnav-menu .active:not(.active-sub)>a,
#mainnav-menu ul .active-link a,
#mainnav-menu>.active-sub .active-sub>a,
#mainnav-menu>.active-sub .active-sub>a:hover,
.menu-popover .sub-menu ul .active-link a {
    color: #10a1d9;
    /*background: #10a1d9;*/
}

#mainnav-menu ul a:hover,
#mainnav-menu ul ul a:hover,
.menu-popover .sub-menu ul a:hover,
.menu-popover .sub-menu ul ul a:hover {
    color: #10a1d9;
}

#mainnav-menu>.active-link>a,
#mainnav-menu>.active-link>a:hover,
#mainnav-menu>.active-sub>a,
#mainnav-menu>.active-sub>a:hover {
    background-color: #10a1d9;
    margin: 0;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0;
}

#mainnav-menu>.active .active {
    background-color: transparent;
}

#container.mainnav-sm #mainnav-menu a .badge {
    display: none;
}

#mainnav-menu>li.active>a.hover,
#mainnav-menu>li>a.hover {
    color: #fff !important;
    background-color: #5b8cff;
}


/*右侧导航 end*/


/*内容*/

.add-form-control {
    border: 0;
    padding: 0;
    height: auto;
}

.add-form-control select {
    max-width: 178px;
}

.add-form-inline {
    margin-bottom: 20px;
}

.add-label {
    min-width: 65px;
    color: #111111;
}

.add-form-control-width {
    min-width: 218px;
}

.with-border-top {
    border-top: 1px solid #dcdcdc;
}

.add-btn-js {
    background-color: #fff;
    color: #999999;
    border-top: 0;
    margin-top: -1px;
    min-width: 100px;
}

.add-position {
    position: relative;
}

.help-block {
    position: absolute;
    right: 0;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
    "\e151";
}

a.desc:after {
    content: /*"\e114"*/
    "\e152";
}


/*内容 end*/


/*图片上传*/

.dropzone .dz-message {
    margin: 0 !important;
}

#demo-dropzone {
    min-height: 100px;
}


/*图片上传 end*/


/*媒体*/

@media (min-width: 768px) {
    #container.mainnav-sm .brand-icon {
        width: 49px;
        height: 49px;
    }
    .navbar-header:before {
        background: transparent;
        height: 49px;
    }
    .navbar-nav>li>a {
        padding-top: 14px;
        padding-bottom: 15px;
    }
    .add-container-fluid-left {
        padding-left: 0;
    }
    #content-container {
        padding-top: 49px;
        padding-bottom: 37px;
    }
}


/*媒体 end*/

.datewrap {
    display: inline-block;
}

.datewrap>.dateinner {
    display: none;
}


/*筛选*/

#filterCondition {
    display: none;
}


/*滚动条*/

.table-responsive {
    overflow-x: hidden;
}

#lk_scrollbar {
    height: 20px;
    background: #CCC;
    position: fixed;
    left: -2%;
    right: -14%;
    bottom: 45px;
    width: 400px;
    z-index: 9999;
    display: none;
    border-radius: 9px;
    margin-left: auto;
    margin-right: auto;
}

#lk_handle {
    width: 15px;
    height: 20px;
    background: #10a1d9;
    position: absolute;
    cursor: pointer;
    left: 0px;
    border-radius: 9px;
}


/*导航*/

.add-nav-width {
    height: 60px;
    float: left;
    /*width: 500px;*/
    /*overflow: hidden;*/
}

.add-nav-width>li {
    float: left;
    position: relative;
    display: block;
}

.add-nav-width>li>a {
    height: 60px;
    vertical-align: middle;
    padding: 0 12px;
    display: table-cell;
    color: #fff;
    transition: all .4s;
}

.navbar-top-links>li.add-display {
    display: none;
}

#form-wrap {
    display: none;
}

#filterCondition {
    display: block;
}

.modal-body table {
    table-layout: fixed;
}

.modal-body table td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#mainnav-menu i {
    padding: 0 26px 0 0;
    width: 20px;
    /*text-align: center;*/
}


/* #mainnav-menu i.fa.pull-right {
    margin-top: 2px;
} */

.table-responsive::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 7px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 7px;
}

#container.mainnav-sm #mainnav-menu a .pull-right-container {
    display: none;
}

.table-responsive::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background: #5b8dff;
    ;
}

.table-responsive::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background: #eff3f9;
}

.datepicker {
    z-index: 10000!important;
}

#ajaxCrudDatatable #crud-datatable-container table thead tr th {
    line-height: 35px;
    background: #fff;
}

#page-content .panel-body {
    padding: 15px 20px;
}

.qj-padbton0 .form-group {
    margin: 0 10px 15px 0!important;
}

.breadcrumb {
    position: relative;
    left: 0;
    padding: 12px 20px !important;
    margin-bottom: 20px;
    width: calc(100% + 40px);
    background: #fff;
    -moz-box-shadow: 0px 0px 2px rgba(140, 140, 140, .1);
    -webkit-box-shadow: 0px 0px 2px rgba(140, 140, 140, .1);
    box-shadow: 0px 0px 2px rgba(140, 140, 140, .1);
}

.breadcrumb li a {
    font-size: 14px;
    color: #999;
}

.breadcrumb>li+li:before {
    border-color: #999;
}

.breadcrumb .active {
    font-weight: normal;
    color: #5b8cff;
}

.breadcrumb>li+li.active:before {
    border-color: #5b8cff;
}

.breadcrumb li a:hover {
    color: #5b8cff;
}

.qthlogin_header {
    padding: 30px 0;
    margin: 0 auto;
    width: 1100px;
}

.qthlogin_header:before,
.qthlogin_header:after,
.qthlogin_warp_header:after,
.qthlogin_warp_header:before {
    content: "";
    clear: both;
    overflow: hidden;
    display: table;
}

.qthlogin_header .logo {
    float: left;
}

.qthlogin_header .language_right {
    position: relative;
    float: right;
    padding: 1px 10px;
    margin-top: 14px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background: #f83345;
    cursor: pointer;
}

.qthlogin_header .language_right img {
    margin-left: 10px;
}

.qthlogin_header .language_right ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 3px;
    width: 80px;
    background: #fff;
    border-radius: 3px;
    z-index: 9999;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.qthlogin_header .language_right ul,
.qthlogin_header .language_right ul li {
    list-style: none;
}

.qthlogin_header .language_right li {
    font-size: 14px;
    color: #666;
    text-align: left;
}

.qthlogin_header .language_right li a {
    display: block;
    padding: 5px;
}

.qthlogin_header .language_right li:hover a {
    color: #5b8dff;
}

.qthlogin_footer {
    padding: 15px 0;
}

.qthlogin_footer p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
    -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .6);
}

.qthlogin_footer p a,
.cls-container .qthlogin_footer p a:focus:not(.btn),
.cls-container .qthlogin_footer p a:hover:not(.btn),
.cls-container .qthlogin_footer p a:not(.btn) {
    color: #fff;
}

.success_section {
    width: 100%;
    overflow: hidden;
}

.qthlogin_warp_header {
    width: 100%;
    background: #6c9be4;
}

.qthlogin_warp_body {
    margin: 20px auto;
    width: 1100px;
    background: #fff;
    min-height: 850px;
    overflow: hidden;
}

.qthlogin_success {
    margin-top: 150px;
    text-align: center;
}

.qthlogin_success h5 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.qthlogin_success p {
    margin: 10px 0;
    font-size: 14px;
    color: #666;
}

.qthlogin_success p span {
    color: #ff0000;
}

.qthlogin_success h6 {
    margin: 30px 0;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.mar-btm-no {
    margin-bottom: 0 !important;
}

.pad-btm-no {
    padding-bottom: 0 !important;
}

.add-min-height800 {
    min-height: 800px;
}

.add-min-height774 {
    min-height: 774px;
}

.add-min-height831 {
    min-height: 831px;
}

.add-min-height790 {
    min-height: 790px;
}

.mar-lef10 {
    margin-left: 0px !important;
    /*margin-left: -10px !important;*/
}

.tab-base {
    border-bottom: 0 !important;
}

.kv-panel-before {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-right: 0;
    border-bottom: 0;
}

.btn.pull-right {
    line-height: initial;
    line-height: inherit;
}

#page-content {
    padding-top: 11px !important;
}

#container .table-responsive {
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
}

#container .kv-panel-after {
    padding: 0;
    border-top: 0;
}

#container .table {
    margin-bottom: 0;
    /*overflow: hidden;*/
}

#container .table.kv-grid-table thead tr:first-child th,
#container .table-responsive table thead th {
    font-size: 14px;
    color: #333;
    line-height: 26px !important;
    border-right: 1px solid #e8e8e8;
    background: #fafafa !important;
}

#container .table.kv-grid-table thead tr:first-child th a,
#container .table.kv-grid-table thead tr:first-child th a:hover {
    color: #333;
}

#container .table.kv-grid-table thead tr:first-child th:last-child {
    border-right: 0;
}

#container .table.kv-grid-table tbody td a,
#container .table-responsive table tbody td a {
    font-size: 12px;
    color: #4881e9;
    text-decoration: none;
}
#container .table.kv-grid-table tbody td a .btn,
#container .table-responsive table tbody td a .btn{
    top:-2px;
}

#container .table.kv-grid-table tbody td a.btn-purple,
#container .table-responsive table tbody td a.btn-purple {
    color: #fff !important;
}

#container .table.kv-grid-table tbody td a .profile-link {
    color: #4881e9;
}

.table>tbody>tr:nth-of-type(even) {
    background-color: #fff !important;
}

#container .table.kv-grid-table td,
#container .table-responsive table td {
    font-size: 14px;
    color: #666;
    border-left: 1px solid #e8e8e8;
}
#container .table.kv-grid-table tr td:first-child,
#container .table-responsive table tr td:first-child{
    text-align: center;
}

#container .table.kv-grid-table td a.btn-primary {
    color: #fff;
}

#container .table.kv-grid-table tbody tr td:last-child {
    text-align: -webkit-center !important;
}

#container .table.kv-grid-table tbody tr td:last-child a {
    display: inherit;
    display: inline;
}

#container .table.kv-grid-table tbody tr td:last-child .btn-zkf {
    position: relative;
    color: #4881e9;
    border: 0;
}

#container .table.kv-grid-table tbody tr td:last-child a .btn-zkf::after {
    content: "|";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    color: #e8e8e8;
}

#container .table.kv-grid-table tbody tr td:last-child a .btn-xs.btn-zkf {
    padding: 1px 8px;
}

#container .table.kv-grid-table tbody tr td:last-child a .btn-zkf.btn-warning {
    background: #fff;
}

#container .table.kv-grid-table tbody tr td:last-child a:last-child .btn-zkf::after {
    content: "";
}
.kv-align-center {
    text-align: center !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #4881e9;
    border-color: #4881e9;
}

.pager li>a:focus,
.pager li>a:hover,
.pagination>li a:focus,
.pagination>li a:hover {
    background-color: #fff;
    border-color: #4881e9;
    color: #4881e9;
    box-shadow: inset 0 0 1px #4881e9, 0 3px 15px rgba(0, 0, 0, .25);
}

.panel-footer {
    overflow: hidden;
}

.kv-panel-before {
    border-bottom: 0 !important;
}

.ground_title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.group-name {
    padding: 0 15px;
    font-size: 14px;
    color: #5b8cff;
    line-height: 34px;
    background: #f5f5f5;
}

.list-group-item {
    border: 0;
}

.list-group-item,
a.list-group-item {
    color: #999;
}

.modal-body .control-label {
    font-size: 16px;
    color: #666;
}

.modal-body .has-success .control-label {
    color: #71ba51;
}

.modal-body label {
    font-size: 14px;
    color: #8f9ea6;
}

.modal-body input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid #999;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.modal-body input[type="radio"]:checked {
    border: 1px solid #0075ff;
}

.modal-body input[type="radio"]:checked:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #0075ff;
    content: "";
    display: block;
    border-radius: 50%;
}

.modal-body input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    padding: 0;
    border: 1px solid #999;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.modal-body input[type="checkbox"]:checked {
    border: 1px solid #0075ff;
}

.modal-body input[type="checkbox"]:checked:after {
    background: url(../images/icon40.png) no-repeat;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 21px;
    height: 14px;
}

.chosen-container-multi .chosen-choices {
    min-height: 33px !important;
}

.newnav .nav-tabs>li {
    margin-top: 0;
    margin-right: 5px;
    height: 100%;
}

.newnav .nav-tabs>li {
    float: left;
    margin-bottom: 0!important;
}


/* .nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus  */

.newnav .nav-tabs>li.active>a {
    color: #1890ff;
    cursor: default;
    background-color: #fff;
    font-weight: bold;
    border: 0;
    border-bottom: 2px #1890ff solid;
    border-bottom-color: #1890ff;
}

#navbar {
    z-index: 1;
}

#container .table.kv-grid-table tbody td a.btn_xz.active,
#container .table-responsive table tbody td a.btn_xz.active {
    background: #7abe5c;
    color: #fff;
}

#base {
    text-align: center;
}

#base .button_default {
    display: inline-block;
    border-width: 0px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: inherit;
    background-color: rgba(22, 155, 213, 1);
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 40px 30px 40px!important;
}

#base .default_text {
    align-self: center;
    padding: 2px 2px 2px 2px;
    box-sizing: border-box;
    width: 100%;
    color: white;
}


/* 报名统计明细 */

.ibox_items {
    position: relative;
    margin-bottom: 10px;
    min-height: 30px;
}

.ibox_items .item_label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    font-size: 14px;
    color: #333;
    text-align: right;
    line-height: 30px;
}

.ibox_items .item_cont {
    padding-left: 142px;
}

.timeline:after,
.timeline:before {
    bottom: 105px;
}

.timeline:after {
    display: none;
}

#container .mytable td {
    white-space: inherit;
}


/* 申报概况专家进入 */

.system_title {
    margin-top: 0;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.system_info {
    font-size: 14px;
    color: #666;
}

.system_info span {
    margin-right: 25px;
}

.quickproject_items [class^=col-]:not(.pad-no) {
    padding-left: 10px;
    padding-right: 10px;
}
.quickproject_list .col-md-4{
    width: 20%;
}

.quickproject_list .col-md-4 .item_cont {
    background-size: 100% 100% !important;
}

.quickproject_list .col-md-4:nth-child(1) .item_cont {
    background: url(../images/bg10.jpg) no-repeat;
}

.quickproject_list .col-md-4:nth-child(2) .item_cont {
    background: url(../images/bg11.jpg) no-repeat;
}

.quickproject_list .col-md-4:nth-child(3) .item_cont {
    background: url(../images/bg12.jpg) no-repeat;
}

.quickproject_list .item_cont {
    padding: 25px 30px;
    height: 112px;
    overflow: hidden;
}

.quickproject_list .item_cont p {
    font-size: 14px;
    color: #fff;
}

.quickproject_list .item_cont h6 {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
}

.quickproject_items {
    margin-bottom: 10px;
}

.quickproject_items .quickproject_title {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    background: url(../images/title3.jpg) left center no-repeat;
}
.quickproject_list2{
    margin-top: 17px;
}

.quickproject_list2 .panel {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 4px 0px 18px 0px rgba(51, 51, 51, .1);
    border-radius: 5px;
}

.quickproject_list2 .panel-body {
    padding: 10px 20px;
    padding-bottom: 20px;
}

.quickproject_list2 .panel-body .cont_left {
    overflow: hidden;
}

.quickproject_list2 .panel-body .cont_left h6 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    color: #555;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quickproject_list2 .panel-body:hover .cont_left h6,
.quickproject_list2 .panel-body:hover .cont_left h6 a {
    color: #555;
}

.quickproject_list2 .panel-body .cont_left .item_info p {
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
    width: 35%;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.quickproject_list2 .panel-body .cont_left .item_info p span,
.quickproject_list2 .panel-body .cont_left .item_info p span a {
    cursor: pointer;
    color: #1890FF;
}

.quickproject_list2 .panel-body .cont_left .item_info p:nth-child(3),
.quickproject_list2 .panel-body .cont_left .item_info p:nth-child(4),
.quickproject_list2 .panel-body .cont_left .item_info p:nth-child(5) {
    width: 100%;
}

.quickproject_list2 .panel-body .cont_left .item_info p:nth-child(3) span,
.quickproject_list2 .panel-body .cont_left .item_info p:nth-child(4) span,
.quickproject_list2 .panel-body .cont_left .item_info p:nth-child(5) span {
    color: #666;
}

.quickproject_list2 .panel-body .cont_left .item_info p:nth-child(3) span {
    font-weight: bold;
}

.quickproject_list2 .panel-body .cont_right {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    padding: 10px 20px;
    padding-bottom: 20px;
    text-align: right;
}

.quickproject_list2 .panel-body .cont_right .btn {
    font-size: 14px;
}
.quickproject_list2 .panel-body .cont_right .btn.btn-primary{
    background-color: #1890FF;
    border-color: #1890FF !important;
}
.no_data{
    padding: 40px 0;
    text-align: center;
}
.no_data p{
    margin: 0;
    margin-top: 5px;
    font-size: 16px;
    color: #999;
}


@media (min-width: 985px) {
    .quickproject_list2 .col-md-4 {
        width: 50%;
    }
}

@media (min-width: 1485px) {
    .quickproject_list2 .col-md-4 {
        width: 33.333333%;
    }
}

.screen_section .control-label {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    line-height: 33px;
}

.screen_section .btn {
    font-size: 14px;
}

.screen_section .btn-default {
    color: #333;
}
.quickproject_list3{
    margin-top: 20px;
}
.quickproject_list3 .panel{
    box-shadow: 4px 0px 18px 0px rgba(51, 51, 51, .1);
    border-radius: 5px;
}

.quickproject_list3 .panel-body {
    padding: 20px;
    height: 156px;
}

.quickproject_list3 .panel-body .cont_left {
    float: left;
}

.quickproject_list3 .panel-body .cont_left h6 {
    margin-top: 0;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quickproject_list3 .panel-body:hover .cont_left h6,
.quickproject_list3 .panel-body:hover .cont_left h6 a,
.quickproject_list3 .panel-body .cont_left .item_info p span {
    color: #5B8CFF;
}

.quickproject_list3 .panel-body .cont_left .item_info p {
    margin-bottom: 0;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.quickproject_list3 .panel-body .cont_left .btn_group {
    margin-top: 15px;
}

.quickproject_list3 .panel-body .cont_left .btn_group .btn {
    margin-right: 5px;
    font-size: 14px;
}

.quickproject_list3 .panel-body .cont_right {
    float: right;
}

.text-warning,
a.text-warning:focus,
a.text-warning:hover {
    color: #F0B847;
}


/************** 概况新 ****************/

.overview_wrap,
.all_wrap {
    margin-top: 20px;
}

.overview_wrap .btn-group .btn {
    font-size: 14px;
}

.overview_wrap .btn-default {
    color: #666;
    border-color: #ccc !important;
}

#page-content .review_list .panel-body {
    padding: 20px;
    padding-right: 80px;
}

.review_list .panel {
    border-radius: 8px;
}

.review_list .panel-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    padding-right: 80px;
}

.review_list .panel-body::after,
.review_list .panel-body::before {
    content: none;
}

.review_list .panel-body .item_left .item_title h6 {
    float: left;
    margin: 0;
    margin-right: 20px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.review_list .panel-body .item_left .item_title .label {
    padding: 3px 6px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid transparent;
    border-radius: 2px;
}

.review_list .panel-body .item_left .item_title .label-success {
    color: #3ED994;
    border-color: #3ED994;
    background: #F5FFFA;
}

.review_list .panel-body .item_left .item_title .label-default {
    color: #A9ABB0;
    border-color: #BCBEC2;
    background: #F4F4F5;
}

.review_list .panel-body .item_left .item_time {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}

.review_list .panel-body .item_left .item_info {
    padding: 0;
    margin: 0;
    margin-top: 12px;
    list-style: none;
}

.review_list .panel-body .item_left .item_info li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #333;
}

.review_list .panel-body .item_left .item_info li img {
    margin-right: 10px;
}

.review_list .panel-body .item_left .item_info li a,
.review_list .panel-body .item_left .item_info li span {
    color: #5B8CFF;
}
.review_list .panel-body .item_left .item_info li a{
    cursor: pointer;
}

.review_list .panel-body .item_right {
    /* width: 120px; */
}

.mainbox9 {
    min-height: calc(100vh - 175px);
}

.mainbox10 {
    min-height: calc(100vh - 137px);
}

.tab-content.mainbox9 {
    box-shadow: none;
}

.form-group.form_group2 {
    margin-bottom: 20px;
}

.form_group2 .control-label {
    margin-right: 20px;
    width: 75px;
    font-size: 14px;
    color: #666;
}

.form_group2 .form-control {
    width: 600px;
    border-color: #ccc;
}
