﻿/* original css start */
body {
    font-family: "Microsoft YaHei", "Microsoft YaHei UI", Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 13px;
}

i {
    font-style: normal;
}

* {
    box-sizing: border-box;
}

.layui-layout-admin .layui-header {
    background-color: #1776C3;
    height: 60px;
}

    .layui-layout-admin .layui-header .user-a {
        margin-top: 0;
    }

    .layui-layout-admin .layui-header .layui-nav .layui-nav-bar {
        background-color: unset;
    }

.layui-layout-admin .layui-logo {
    background-color: #fff;
    transition: .5s ease;
    overflow: hidden;
}

    .layui-layout-admin .layui-logo img {
        padding-top: 5px;
        transition: .5s ease;
    }

.layui-layout-admin .layui-side {
    top: 60px;
    transition: .5s ease;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #1776C3 !important;
}

    .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: 2px solid #1776C3 !important;
    }

.fr {
    float: right;
}

.myc-pic {
    margin: 10px 0 0 30px;
    transition: .5s ease;
    width: 360px;
    overflow: hidden;
}

    .myc-pic img {
        width: 100%;
    }

@media screen and (max-width: 850px) {
    .myc-pic {
        width: 120px;
    }

        .myc-pic img {
            width: 360px;
        }
}

.layui-side {
    box-shadow: 2px 0px 14px 0px rgba(104,122,135,0.12);
}

.sy-nav,
.sy-nav.layui-nav .layui-nav-item a {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #000 !important;
}

    .sy-nav.layui-nav .layui-nav-item a {
        height: 60px;
        line-height: 60px;
        font-size: 14px;
    }

.layui-side-scroll.nav {
    transition: width .5s ease;
}

    .layui-side-scroll.nav:hover {
        width: 212px;
        transition: width .5s ease;
    }

.layui-nav .layui-nav-item {
    line-height: 40px;
    font-size: 13px;
}

.layui-nav-child.nav-child dd {
    position: relative;
    background-color: #fff;
    line-height: 14px;
}

    .layui-nav-child.nav-child dd a {
        padding-left: 60px;
    }

    .layui-nav-child.nav-child dd::before {
        content: "";
        width: 4px;
        height: 4px;
        background: rgba(196,203,210,1);
        border-radius: 50%;
        position: absolute;
        left: 35px;
        top: 35px;
        z-index: 2;
    }

.sy-nav.layui-nav .layui-nav-mored,
.sy-nav .layui-nav-itemed > a .layui-nav-more {
    border-color: transparent;
    transform: rotateZ(180deg);
    margin-top: -2px;
}

.sy-nav.layui-nav .layui-nav-more {
    border-color: transparent;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGBAMAAAAI3hL1AAAAElBMVEUAAAD////b29vEzNPFy9PEy9I3wsTDAAAABnRSTlMAAwd0p7YkbbnjAAAAKklEQVQIHWNQFmBgNGJQdWQQCWJgChF0VWBgUHUJYmBgYApVYAACJQYGAEJgA1Pvk8BYAAAAAElFTkSuQmCC") no-repeat center;
    transform-origin: center;
}

.sy-nav.layui-nav .layui-nav-itemed > a {
    color: #105C9B !important;
}

.sy-nav .layui-nav-item .iconfont {
    margin-right: 12px;
    transition: .5s ease;
}

.sy-nav .layui-nav-item.layui-this, .sy-nav .layui-nav-item .layui-this {
    color: #105C9B !important;
    background-color: #E8F2F9 !important;
}

    .sy-nav .layui-nav-item.layui-this a, .sy-nav .layui-nav-item .layui-this a {
        color: #105C9B !important;
    }

.layui-nav-itemed > .layui-nav-child.nav-child {
    padding: 5px 0;
    background-color: #F6F8FB !important;
}

.layui-nav-item > .layui-nav-child.nav-child a {
    background-color: #F6F8FB !important;
}

    .layui-nav-item > .layui-nav-child.nav-child a .engl {
        left: 60px;
        bottom: 8px;
    }

.sy-nav .layui-nav-item.layui-this a, .sy-nav .layui-nav-item .layui-this a {
    color: #105C9B !important;
    background-color: #E8F2F9 !important;
}

.sy-nav.layui-nav-tree .layui-nav-bar {
    right: 0;
    left: auto;
    width: 2px;
    /*background-color: #237CC5;*/
}

.layui-nav-tree .layui-nav-bar {
    background-color: rgba(23,118,195,1);
}

.sy-nav .layui-nav-item {
    position: relative;
    line-height: 60px;
}

    .sy-nav .layui-nav-item .text {
        margin-left: -5px;
    }

    .sy-nav .layui-nav-item.mask::before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        right: -45px;
        top: 0;
        z-index: 2;
    }

    .sy-nav .layui-nav-item span.engl {
        position: absolute;
        left: 48px;
        bottom: 12px;
        line-height: 1;
        font-size: 12px;
        color: #ACB7C1;
        font-weight: 200;
        width: 142px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .sy-nav .layui-nav-item > a {
        line-height: 55px !important;
    }

.shrink-box {
    position: absolute;
    right: 0px;
    bottom: 22%;
    width: 36px;
    height: 24px;
    line-height: 24px;
    background: rgba(232,242,250,1);
    border-radius: 2px 0px 0px 2px;
    color: #5594F2;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.layui-layout-admin .layui-body {
    bottom: 0;
    top: 60px;
    transition: .5s ease;
    overflow-x: auto;
}

.layui-body {
    background: rgba(243,246,250,1);
    padding: 20px;
    display: block;
    flex-wrap: wrap;
}

.quick-far {
    width: 100%;
    padding: 0 0 20px 0
}

    .quick-far .my-card {
        margin: 0;
    }

.my-card {
    margin: 0 0 20px 0;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(233,233,233,1);
}

    .my-card .title {
        height: 52px;
        line-height: 52px;
        color: #171717;
        padding-left: 21px;
        font-size: 18px;
        border-bottom: 1px solid rgba(233,233,233,1);
    }

        .my-card .title i {
            margin-right: 16px;
        }

        .my-card .title .title-en {
            color: #A9ABAE;
            margin-left: 5px;
            font-size: 14px;
        }

    .my-card .form-main h3 {
        color: #171717;
        padding-left: 20px;
        font-size: 14px;
    }

        .my-card .form-main h3::before {
            content: "";
            width: 4px;
            height: 20px;
            background: #1776C3;
            margin-right: 5px;
            display: inline-block;
            line-height: 20px;
            vertical-align: text-top;
        }

    .my-card.quick {
        width: 100%;
        flex-shrink: 0;
        min-width: 1100px;
    }

    .my-card.search-bar {
        width: 100%;
        flex-shrink: 0;
        margin: 0 0 20px;
    }

    .my-card.table {
        padding: 16px;
        flex-shrink: 0;
        min-width: 1100px;
    }

        .my-card.table .header-btn {
            height: 52px;
            line-height: 50px;
            padding-left: 0;
        }

        .my-card.table .header-btn2 {
            padding-left: 0;
            padding-bottom: 16px;
        }

    .my-card.w100 {
        width: 100%;
        min-width: unset;
        flex-shrink: 0;
    }

.my-form {
    margin: 0 0 20px 0;
    box-sizing: border-box;
}

    .my-form .title {
        height: 52px;
        line-height: 52px;
    }

    .my-form .form-main .form-item {
        padding: 20px 20px 5px 20px;
    }

.form-main .form-btn {
    display: block;
    text-align: right;
    justify-content: flex-end;
    padding: 14px 20px 8px 0;
}

    .form-main .form-btn .layui-btn {
        font-size: 13px;
    }

.form-main .form-item {
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 6px;
    padding-right: 40px;
    border-bottom: 1px solid #F2F2F2;
}

    .form-main .form-item .layui-form-item {
        margin-bottom: 8px;
    }

.tooltips-button1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(23,118,195,1);
    cursor: pointer;
}

.layui-layer-iss .layui-form-item h3 {
    color: #171717;
    font-size: 14px;
}

    .layui-layer-iss .layui-form-item h3::before {
        content: "";
        width: 4px;
        height: 20px;
        background: #1776C3;
        margin-right: 5px;
        display: inline-block;
        line-height: 20px;
        vertical-align: text-top;
    }

.layui-form-select dl dd.layui-this {
    background-color: #1776C3;
}

.menu-tips.layui-layer-tips i.layui-layer-TipsR {
    border-bottom-color: #fff !important;
}

.menu-tips.layui-layer-tips .layui-layer-content {
    background-color: #fff !important;
    box-shadow: 2px 0px 14px 0px rgba(104,122,135,0.4);
}

.menu-tips .iconfont {
    display: none !important;
}

.menu-tips .layui-nav-child {
    display: block;
    position: static;
    border: none;
    box-shadow: none;
    padding-top: 16px;
}

    .menu-tips .layui-nav-child.nav-child dd a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-tips .layui-nav-child.nav-child dd::before {
        left: 6px;
        top: 10px;
    }

.menu-tips .engl {
    display: block !important;
    font-size: 12px;
    color: #999;
    line-height: 1;
}

.menu-tips .layui-nav-child.nav-child dd a .engl {
    margin-left: 20px;
}
/* original css end */
.link1 {
    color: rgba(23,118,195,1);
}

    .link1:focus, .link1:hover {
        text-decoration: none;
    }

a:focus, a:hover {
    text-decoration: none;
}

.border-no {
    border: none !important;
}

.border-bottom-line1 {
    border-bottom: 1px solid #F2F2F2;
}

.border-top-no {
    border-top: none !important;
}

.border-bottom-no {
    border-bottom: none !important;
}

.color-red {
    color: red !important;
}

.font-size10 {
    font-size: 10px !important;
}

.font-size12 {
    font-size: 12px !important;
}

.font-size13 {
    font-size: 13px !important;
}

.font-size14 {
    font-size: 14px !important;
}

.font-size18 {
    font-size: 18px !important;
}
.font-size24 {
    font-size: 24px !important;
}

.font-weight600 {
    font-weight: 600 !important;
}

.line-height35 {
    line-height: 35px !important;
}

.line-height38 {
    line-height: 38px !important;
}

.line-height45 {
    line-height: 45px !important;
}

.line-height55 {
    line-height: 55px !important;
}

.th45Right {
    line-height: 45px !important;
    text-align: right;
}

.th45Center {
    line-height: 45px !important;
    text-align: center;
}

.margin-0 {
    margin-top: 0 !important;
}

.margin-top5 {
    margin-top: 5px !important;
}

.margin-top8 {
    margin-top: 8px !important;
}

.margin-top10 {
    margin-top: 10px !important;
}

.margin-top20 {
    margin-top: 20px !important;
}

.margin-top-10 {
    margin-top: -10px !important;
}

.margin-top16 {
    margin-top: 16px !important;
}

.margin-top-40 {
    margin-top: -40px !important;
}

.margin-right5 {
    margin-right: 5px !important;
}

.margin-right10 {
    margin-right: 10px !important;
}

.margin-right16 {
    margin-right: 16px !important;
}

.margin-right21 {
    margin-right: 21px !important;
}

.margin-bottom0 {
    margin-bottom: 0 !important;
}

.margin-bottom10 {
    margin-bottom: 10px !important;
}

.margin-bottom16 {
    margin-bottom: 10px !important;
}

.margin-left0 {
    margin-left: 0 !important;
}

.margin-left5 {
    margin-left: 5px !important;
}

.margin-left8 {
    margin-left: 8px !important;
}

.margin-left16 {
    margin-left: 16px !important;
}

.margin-left35 {
    margin-left: 35px !important;
}

.margin-left50 {
    margin-left: 50px !important;
}

.margin-left110 {
    margin-left: 110px !important;
}

.margin-left120 {
    margin-left: 120px !important;
}

.margin-left140 {
    margin-left: 140px !important;
}

.margin-left150 {
    margin-left: 150px !important;
}

.margin-left160 {
    margin-left: 160px !important;
}

.margin-left170 {
    margin-left: 170px !important;
}

.margin-left185 {
    margin-left: 185px !important;
}

.min-width-unset {
    min-width: unset !important;
}

.min-width-fix68 {
    min-width: 68px !important;
}

.min-width-fix1080 {
    min-width: 1080px !important;
}

.min-width-fix1100 {
    min-width: 1100px !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding15 {
    padding: 15px !important;
}

.padding16 {
    padding: 16px !important;
}

.padding-top0 {
    padding-top: 0 !important;
}

.padding-top8 {
    padding-top: 8px !important;
}

.padding-top10 {
    padding-top: 10px !important;
}

.padding-top16 {
    padding-top: 16px !important;
}

.padding-top50 {
    padding-top: 50px !important;
}

.padding-right0 {
    padding-right: 0 !important;
}

.padding-right8 {
    padding-right: 8px !important;
}

.padding-right10 {
    padding-right: 10px !important;
}

.padding-right16 {
    padding-right: 16px !important;
}

.padding-right87 {
    padding-right: 87px !important;
}

.padding-right30 {
    padding-right: 30px !important;
}

.padding-left0 {
    padding-left: 0 !important;
}

.padding-left8 {
    padding-left: 8px !important;
}

.padding-left10 {
    padding-left: 10px !important;
}

.padding-left12 {
    padding-left: 12px !important;
}

.padding-left16 {
    padding-left: 16px !important;
}

.padding-left43 {
    padding-left: 43px !important;
}
.padding-bottom0 {
    padding-bottom: 0 !important;
}

.padding-bottom8 {
    padding-bottom: 8px !important;
}

.padding-bottom30 {
    padding-bottom: 30px !important;
}

.width-auto {
    width: auto !important;
}

.width-fix30 {
    width: 30px !important;
}

.width-fix50 {
    width: 50px !important;
}

.width-fix64 {
    width: 64px !important;
}

.width-fix68 {
    width: 68px !important;
}

.width-fix72 {
    width: 72px !important;
}

.width-fix80 {
    width: 80px !important;
}

.width-fix85 {
    width: 85px !important;
}

.width-fix87 {
    width: 87px !important;
}

.width-fix95 {
    width: 95px !important;
}

.width-fix90 {
    width: 90px !important;
}

.width-fix100 {
    width: 100px !important;
}

.width-fix102 {
    width: 102px !important;
}

.width-fix110 {
    width: 110px !important;
}

.width-fix120 {
    width: 120px !important;
}

.width-fix140 {
    width: 140px !important;
}

.width-fix150 {
    width: 150px !important;
}

.width-fix155 {
    width: 155px !important;
}

.width-fix160 {
    width: 160px !important;
}

.width-fix165 {
    width: 165px !important;
}

.width-fix170 {
    width: 170px !important;
}

.width-fix180 {
    width: 180px !important;
}

.width-fix185 {
    width: 185px !important;
}

.width-fix200 {
    width: 200px !important;
}

.width-fix220 {
    width: 220px !important;
}

.width-fix360 {
    width: 360px !important;
}

.width-fix530 {
    width: 530px !important;
}

.width-fix550 {
    width: 550px !important;
}

.width-fix570 {
    width: 570px !important;
}

.width-fix600 {
    width: 600px !important;
}

.width-p91-5 {
    width: 91.5% !important;
}

.width-p90-5 {
    width: 90.5% !important;
}

.width-p100 {
    width: 100% !important;
}

.width-p76 {
    width: 76% !important;
}

.height-fix45 {
    height: 45px !important;
}

.height-auto {
    height: auto !important;
}

.breadcrumb-content {
    padding: 0 16px 0 0;
    background-color: #F1F3F6;
    margin: 0 !important;
    height: 40px;
    line-height: inherit;
}

    .breadcrumb-content > div, .breadcrumb-content > div.breadcrumb-title {
        font-size: 16px;
        color: #262626;
        font-weight: 600;
        padding-left: 0;
        padding-right: 0;
    }

        .breadcrumb-content > div.breadcrumb-buttons {
            padding-top: 0;
        }

.tt-menu {
    text-align: left;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    min-width: 350px;
    margin-top: 2px;
    padding: 8px 0;
    background-color: #FFF;
    border: 1px solid #D0D0D0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
/* 星号加红 */
.required-entries {
    color: #f00;
}

input[disabled], .layui-textarea[disabled] {
    color: #848484 !important;
    background-color: #EEE !important;
}
.layui-disabled, .layui-disabled:hover {
    color: #848484 !important;
    cursor: not-allowed !important;
}

    input[disabled]:hover {
        border-color: #D5D5D5 !important;
    }

.limiterBox {
    border: 1px solid #222;
    border-top: none;
    background-color: #333;
    padding: 3px 6px;
    font-size: 13px;
    color: #FFF;
    margin-top: 6px;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.checkbox-bb {
    width: 240px;
    height: 260px;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 13px;
}

/* ueditor.css redefine start */
.edui-default .edui-editor-breadcrumb span {
    text-decoration: none !important;
    color: rgba(23,118,195,1) !important;
}
/* ueditor.css redefine end */
/* bootstrap-table.css redefine start */

.fixed-table-body {
    border-radius: 3px !important;
}

.fixed-table-container {
    border: none !important;
    border-radius: 2px !important;
}

.bootstrap-table {
    background-color: #fff !important;
}

    .bootstrap-table .table {
        border: none !important;
    }

    .bootstrap-table .page-list {
        color: #595959;
    }

    .bootstrap-table .tooltips-button {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: rgba(23,118,195,1);
        cursor: pointer;
    }

    .bootstrap-table .table > thead > tr {
        background: #f2f2f2 !important;
    }

    .bootstrap-table .table thead > tr > th {
        border: none !important;
        border-top: 1px solid #E6E6E6 !important;
        border-right: 1px dashed rgba(0,0,0,0.1) !important;
        border-bottom: 3px solid #E6E6E6 !important;
        color: #909399 !important;
        font-size: 13px !important;
        font-weight: 400 !important;
        line-height: 36px;
    }

        .bootstrap-table .table thead > tr > th:first-child {
            border-left: 1px dashed rgba(0,0,0,0.1) !important;
        }

    .bootstrap-table .th-border-top > thead:first-child > tr:first-child > th {
        border-top: 1px solid #F0F0F0 !important;
    }
    /*checkbox   in table*/
    .bootstrap-table .table thead > tr > th.inputtag, .fixed-table-container tbody td.inputtag {
        position: relative !important;
        padding-left: 65px !important;
    }

        .fixed-table-container tbody td.inputtag .form-horizontal {
            position: absolute !important;
        }

.fixed-table-container thead th.inputtag .th-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
    padding: 6px 14px 4px 14px !important;
    line-height: 25px;
}

.fixed-table-container-max-width tbody td .th-inner, .fixed-table-container-max-width thead th .th-inner {
    width: 140px !important;
}

.fixed-table-container thead th .th-inner div {
    line-height: 20px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0 !important;
}

.table > tbody > tr {
    border-bottom: 1px solid #F2F2F2 !important;
}

    .table > tbody > tr:nth-child(odd) {
        /*background-color: rgba(136,136,136,0.04);*/
        background-color: #fff;
    }

    .table > tbody > tr:nth-child(even) {
        background-color: #fff;
    }

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.text-align-center {
    text-align: center !important;
}

.text-align-right {
    text-align: right !important;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td {
    padding: 5px 14px 5px 14px !important;
}

.fixed-table-container tbody tr td {
    border: none;
}

.fixed-table-container tbody tr td {
    line-height: 30px !important;
    color: #606266 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    border-right: 1px dashed rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid #e6e6e6 !important;
    white-space: nowrap;
}

    .fixed-table-container tbody tr td:first-child {
        border-left: 1px dashed rgba(0, 0, 0, 0.1) !important;
    }

.bootstrap-table a {
    color: rgba(23,118,195,1);
}

    .bootstrap-table a:active {
        text-decoration: none;
    }

    .bootstrap-table a:focus {
        text-decoration: none;
    }

    .bootstrap-table a:hover {
        text-decoration: none;
    }

/*page*/
.bootstrap-table .fixed-table-pagination {
    font-size: 13px;
}

    .bootstrap-table .fixed-table-pagination .pagination-info {
        font-size: 13px;
        font-weight: 400;
        color: rgba(96,98,102,1);
        line-height: 22px;
    }

    .bootstrap-table .fixed-table-pagination .page-item.disabled .page-link {
        background-color: #FBFBFB;
        color: #C9C9C9 !important;
        cursor: not-allowed !important;
        opacity: 1;
    }

.btn-group > .btn {
    border: 1px solid #D9D9D9;
    height: 26px;
    line-height: 25px;
    padding: 0;
    width: 52px;
    background: #fff !important;
    border-radius: 3px;
}

    .btn-group > .btn:active, .btn-group > .btn:hover, .btn-group > .btn.dropdown-toggle:hover, .btn-group > .btn.dropdown-toggle:focus {
        border: 1px solid #D9D9D9;
        height: 26px;
        line-height: 25px;
        padding: 0;
        width: 52px;
        background: #fff !important;
        border-radius: 3px;
    }

.bootstrap-table .fixed-table-pagination .btn-group > .btn span.page-size {
    font-size: 13px;
    background: #fff;
    color: #595959;
}

.btn-group > .btn > .caret {
    margin-top: 0px !important;
    border-width: 0 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    color: #999 !important;
}

    .btn-group > .btn > .caret:before {
        font-family: "layui-icon";
        content: "\e61a" !important;
    }

.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

.pagination {
    border-radius: 2px !important;
}

.fixed-table-pagination .pagination a {
    padding: 4px 9px 5px !important;
}

    .fixed-table-pagination .pagination a:first-child, .fixed-table-pagination .pagination a:last-child {
        padding: 4px 12px 5px !important;
    }

.pager > li > a, .pagination > li > a {
    font-weight: 400 !important;
    color: rgba(96,98,102,1) !important;
    line-height: 17px !important;
}

.pagination > li.active > a, .pagination > li.active > a:focus, .pagination > li.active > a:hover {
    background-color: rgba(23,118,195,1) !important;
    color: #FFF !important;
}

/* bootstrap-table.css redefine end */
/* bootstrap-tagsinput.css redefine start */
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #D8D8D8 !important;
    box-shadow: none;
    display: inline-block;
    color: #555;
    vertical-align: middle;
    border-radius: 2px !important;
    width: 100%;
    max-width: 100%;
    min-width: 76%;
    height: 32px !important;
    line-height: normal;
    cursor: text;
}

    .bootstrap-tagsinput input[type=text] {
        border: 0px solid #D5D5D5;
        display: inline-block !important;
        height: 100% !important;
        background: none !important;
    }

    .bootstrap-tagsinput .tag {
        height: 23px;
        display: inline-block !important;
    }

    .bootstrap-tagsinput .label-info {
        background-color: #1776C3;
    }

    .bootstrap-tagsinput .label {
        font-size: 90%;
        padding: .5em;
    }

    .bootstrap-tagsinput .twitter-typeahead {
        height: 100%;
    }

        .bootstrap-tagsinput .twitter-typeahead .tt-menu {
            right: unset !important;
        }

            .bootstrap-tagsinput .twitter-typeahead .tt-menu .tt-suggestion {
                font-size: 12px;
                white-space: nowrap;
                padding: 3px 12px 4px;
                line-height: 24px;
            }

                .bootstrap-tagsinput .twitter-typeahead .tt-menu .tt-suggestion.tt-selectable:hover {
                    color: #FFF;
                    background-color: #1776C3;
                    cursor: pointer;
                }
/* bootstrap-tagsinput.css redefine end */
/* layui.css redefine start */
.layui-layout-admin .layui-footer {
    height: 52px;
    background-color: #fff;
    z-index: 999;
    text-align: right;
    padding-right: 20px;
}

.layui-btn {
    border-radius: 2px;
    font-weight: 400;
    background: rgba(23,118,195,1);
    color: #fff;
}

    .layui-btn[disabled] {
        border: 1px solid #e6e6e6;
        background-color: #FBFBFB;
        color: #C9C9C9;
        cursor: not-allowed;
        opacity: 1;
    }

.layui-btn-primary {
    background: rgba(245,245,245,1);
    color: rgba(102,102,102,1);
    border: 1px solid rgba(211,211,211,1);
}

/*    .layui-btn-primary:hover {
        border-color: rgba(23,118,195,1);
        color: #333;
    }*/

.layui-btn-danger {
    background-color: #FF5722;
}

.layui-btn-green {
    background-color: #009688;
}

.layui-btn-warm {
    background-color: #FAA50A;
}

.layui-form-label {
    font-size: 13px;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    line-height: 17px;
    display: block;
    text-align: left;
    padding: 0;
}

.layui-layer-iss {
    border: 1px solid #8D8D8D;
    /*border: 1px solid rgba(0,0,0,.3);*/
    border-radius: 0;
    box-shadow: none;
}


    .layui-layer-iss .layui-layer-title {
        background-color: #f2f2f2;
    }

    .layui-layer-iss .layui-layer-content {
        padding: 20px;
        line-height: 22px;
        font-size: 12px;
    }

.layui-input[disabled], .layui-textarea[disabled] {
    cursor: not-allowed;
    opacity: 1;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: rgba(23,118,195,1) !important;
    background-color: rgba(23,118,195,1);
    color: #fff;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: rgba(23,118,195,1);
}

.layui-form-checkbox.layui-checkbox-disbaled i {
    border-color: #e2e2e2 !important;
    background-color: #f2f2f2;
    color: #f2f2f2;
}

.layui-form-checkbox.layui-checkbox-disbaled.layui-form-checked[lay-skin=primary] i {
    border-color: #b5b5b5 !important;
    background-color: #c5c5c5;
    color: #fff;
}

.layui-form-checkbox span {
    font-size: 13px;
}

.layui-checkbox-disbaled:hover i {
    color: #ddd !important;
}

layui-form-unchecked.layui-checkbox-disbaled i {
    color: #ddd !important;
}

layui-form-unchecked.layui-checkbox-disbaled:hover i {
    color: #ddd !important;
}

.layui-form-item {
    margin-bottom: 8px;
}

    .layui-form-item .layui-form-radio div {
        font-size: 12px;
    }

.layui-select, .layui-unselect, .layui-form-select {
    font-size: 13px;
}

.layui-select-disabled .layui-disabled {
    background-color: #eee !important;
}

.layui-input, .layui-select {
    height: 32px;
}

.layui-laydate {
    font-size: 13px !important;
}

    .layui-laydate .layui-this {
        background-color: rgba(23,118,195,1) !important;
        color: #fff !important;
    }
/* layui.css redefine end */
/* formSelects-v4.css redefine start */
.xm-select-parent * {
    margin: 0;
    padding: 0;
    font-family: initial !important;
    box-sizing: initial;
}

.xm-select-parent .xm-select-title div.xm-select-label > span {
    background-color: rgba(23,118,195,1) !important;
    font-size: 12px !important;
}

div[xm-select-skin] .xm-select-title div.xm-select-label > span {
    border: 1px solid rgba(23,118,195,1) !important;
}

.xm-form-checkbox > i {
    color: #FFF;
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 9px;
    border: 1px solid rgba(23,118,195,1) !important;
    border-radius: 3px;
    z-index: 2;
}

.xm-form-checkbox:hover > i {
    border-color: rgba(23,118,195,1) !important;
}

.xm-select-parent dl dd.xm-select-this div i {
    border: none !important;
    color: rgba(23,118,195,1) !important;
    font-size: 16px !important;
}

.xm-form-selected .xm-select, .xm-form-selected .xm-select:hover {
    border-color: #D2D2D2 !important;
}

/* formSelects-v4.css redefine start */
/* custom button start */
.btn-add.focus:hover, .btn-add:active:hover, .btn-add:focus:active, .btn-add:focus:hover, .btn-add:hover {
    background-color: #FAA50A !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background-color: rgba(23,118,195,1);
    transition: all .2s;
    -webkit-transition: all .2s;
}
/* custom button end */
@media screen and (min-width: 1023px) and (max-width: 1600px) {
    .todo {
        margin-left: 10px;
        margin-right: 0;
    }

    .quick .module {
        height: 180px !important;
    }
}


.layui-form-item .layui-input-block span {
    word-wrap: break-word;
}

.div-textarea {
    border-color: #D5D5D5 !important;
    cursor: not-allowed;
    padding-left: 10px;
    color: #848484 !important;
    background-color: #EEE !important;
    border-radius: 2px;
    line-height: 25px;
    border-width: 1px;
    border-style: solid;
}
