/* 布局 */
body {
    font-family: 'Microsoft YaHei', 'Helvetica Neue', sans-serif, SimHei;
}

.form-control {
    height: auto;
}

#main .breadcrumb li {
    padding: 3px 0 2px 0;
    color: #2cb12c;
}

#main .breadcrumb li i:before {
    color: #2cb12c;
}

@media (min-width: 768px) {
    .main-nav .navbar-header {
        width: 200px;
        /*background: #ea8d07;*/
        /*border-right: 1px solid #dc8303;*/
    }

    .main-nav .navbar-header .navbar-brand {
        font-size: 26px;
        color: #fff;
    }

    #sidebar {
        padding: 0px;
        position: absolute;
        top: 50px;;
        bottom: 0;
        overflow: auto;
        background: #fff;
        width: 200px;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    #sidebar .navside {
        border-radius: 0;
    }

    #main {
        padding: 0px;
        position: absolute;
        top: 51px;
        bottom: 0;
        right: 0;
        left: 200px;
        width: auto;
    }

    /* 面包屑导航 */
    #main .breadcrumb {
        border-radius: 0;
        margin-bottom: 0;
        background: #f5f5f5;
        position: fixed;
        width: 100%;
        z-index: 998;
    }

    #main .navbar {
        border-radius: 0;
    }

    /* 标签切换 */
    .ct-tab-nav {
        min-height: 20px;
        background: #fff;
        border-left: 0;
        border-top: 0;
    }

    .ct-tab-nav .navbar-left {
        border-right: 1px solid #eee;
    }

    .ct-tab-nav .navbar-right {
        border-left: 1px solid #eee;
    }

    .ct-tab-nav .nav > li > a {
        padding: 9px 10px;
        background: #fff;
        margin-bottom: -1px;
        border-bottom: 1px solid #eee;
    }

    .ct-tab-nav .nav > li > a:hover {
        background-color: #eee;
    }

    .ct-tab-wrap {
        width: auto;
        overflow: hidden;
        display: inline-block;
        overflow: hidden;
        position: absolute;
        left: 41px;
        right: 0;
    }

    .ct-tab-wrap .ct-tab {
        position: relative;
        left: 0;
        right: 0;
        width: auto;
    }

    .ct-tab-wrap .ct-tab > li.active > a {
        padding-bottom: 11px;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        padding: 9px 9px 11px;
        border-bottom: 0;
        background-color: #fff !important;
    }

    .ct-tab-nav .ct-tab > li:first-child.active > a {
        border-left: 0px;
    }

    .dashboard {
        padding-top: 20px;
        padding-top: 20px;
    }

    .ct-tab-nav {
        margin-top: 0px;
    }

    .ct-tab-content > .tab-pane {
        position: absolute;
        top: 41px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .ct-tab-content #home {
        position: absolute;
        top: 50px;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: scroll;
        margin-bottom: 20px;
    }

    .ct-tab-content #home .panel-body {
        /*height: 300px;*/
        /*overflow-y: scroll;*/
    }
}

@media (max-width: 768px) {
    #sidebar,
    #main {
        padding: 0;
    }
}

/* 左侧导航 */
#sidebar .navside.navside-default .navside-nav > li > a:hover {
    background-color: #f5f5f5;
}

#sidebar .navside.navside-default .navside-nav > .active > a {
    color: #2cb12c;
    background-color: #d6efd6;
    font-weight: bold;
}

#sidebar .navside.navside-default .navside-nav > .active > a:hover {
    background-color: #e0f3e0;
}

#sidebar .navside-default .navside-nav.navside-second li > a:hover {
    color: #2cb12c;
    background-color: #e0f3e0;
}

#sidebar .navside.navside-default .navside-nav > .current > a,
#sidebar .navside.navside-default .navside-nav > .current .arrow {
    color: #2cb12c;
}

.navside .navside-nav.navside-first > li:last-child > a.collapsed {
    /*border-top: 1px solid #f8dbb1 !important;*/
    border-bottom: 1px solid #e8e8e8 !important;
    padding-bottom: 9px;
    /*margin-bottom: 1px;*/
}

/* 页面底部版权 */
.footer {
    position: fixed;
    left: -1px;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.footer .navbar {
    min-height: 10px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.footer .navbar .navbar-brand {
    padding: 1px 5px;
    height: 17px;
    font-size: 12px;
    color: #999;
    line-height: 15px;
}

.footer .navbar .navbar-brand:hover {
    color: #666;
}

.footer .navbar .navbar-nav > li:first-child > a {
    padding-left: 0px;
}

.footer .navbar .navbar-nav > li > a {
    color: #999;
    font-size: 12px;
    padding: 0px 10px;
}

.footer .navbar .navbar-nav > li > a:hover {
    color: #666;
}

.footer .navbar .navbar-nav > li:hover {
    background-color: transparent;
}

/*--滚动条--*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    /*box-shadow: 1px 1px 2px #f8dbb1 inset;*/
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 2px solid transparent;
    margin-top: 2px;
    margin-bottom: 2px;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 2px #2cb12c inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

@media (max-width: 768px) {
    ::-webkit-scrollbar-track {
        box-shadow: none;
    }
}

#main::-webkit-scrollbar-track, #main::-webkit-scrollbar-thumb {
    margin-top: 42px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .ct-tab-content {
        margin-top: 42px
    }
}

.footer .navbar-nav > li:hover, .navbar-nav > li:focus, .navbar-inverse .navbar-nav > .open {
    background-color: #05a305;
}

.red {
    color: red;
}

.panel-table {
    width: 100%;
}

.panel-table tr {
    border: 0;
}

/* 首页数据 */
.top-columns {
    margin-top: 20px;
    margin-bottom: 5px;
}

.show-num-mod {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 10px 0px 20px 15px;
    border: 1px solid #cdcdcd;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    color: #2cb12c;
}

.show-num-mod dt,
.show-num-mod dd {
    float: left;
    padding: 10px;
}

.show-num-mod dt {
    width: 65px;
    height: 70px;
    line-height: 70px;
}

.show-num-mod dd {
    width: 148px;
    border-left: 1px solid #cdcdcd;
}

.show-num-mod dd strong {
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
}

.show-num-mod dd span {
    font-size: 12px;
    letter-spacing: .15em;
}

.show-num-mod dd strong {
    display: block;
    font-size: 18px;
    overflow: hidden;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.show-num-mod i:before {
    font-size: 30px;
}

.show-num-mod i.fa-play-circle-o:before {
    font-size: 35px;
}

/*--ui关联优化--*/
.main-nav .navbar-nav > li > a:active {
    box-shadow: none;
    color: #fff;
}

.main-nav .navbar-nav > li > a {
    display: inline-block;
    line-height: 38px;
}

/* Builder样式 */
.builder .builder-container .builder-data-empty {
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

.builder .builder-container .builder-data-empty .empty-info {
    padding: 10px 0;
    color: #555;
}

.builder .builder-container .builder-table .table td {
    max-width: 600px;
    vertical-align: middle;
    overflow: hidden;
}

.builder .builder-container .builder-table .table td img.picture, .detail-info-content img.picture {
    max-width: 200px;
    max-height: 50px;
    border-radius: 5px;
}

.builder .builder-container .builder-table .table td img.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.builder .builder-container .builder-table .table td img.small-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.builder .builder-container .pagination {
    margin-top: 0px;
    float: right;
}

.builder.formbuilder-box .form-builder .img-box .remove-picture {
    color: red;
    position: absolute;
    top: 0;
    right: 2px;
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
}

.builder.formbuilder-box .form-builder .img-box .remove-picture:hover {
    color: #DD0000;
    box-shadow: inset 0 1px 1px red, 0 0 8px red;
}

.builder.formbuilder-box .form-builder .file-box .remove-file {
    color: red;
    position: absolute;
    top: 12px;
    right: 10px;
    border-radius: 20px;
    cursor: pointer;
}

.builder.formbuilder-box .form-builder .file-box .remove-file:hover {
    color: #DD0000;
    box-shadow: inset 0 1px 1px red, 0 0 8px red;
}

.builder.formbuilder-box .form-builder .board_list .board {
    padding: 0px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .builder.formbuilder-box .form-builder .input,
    .builder.formbuilder-box .form-builder .select,
    .builder.formbuilder-box .form-builder .textarea,
    .builder.formbuilder-box .form-builder .file-box {
        width: 70%;
    }

    .builder.formbuilder-box .form-builder .submit,
    .builder.formbuilder-box .form-builder .return {
        min-width: 120px;
    }

    .builder.formbuilder-box .form-builder.form-horizontal {
        padding: 0 15px;
    }

    .builder.formbuilder-box .form-builder.form-horizontal .control-label {
        text-align: left;
    }

    .builder.formbuilder-box .form-builder.form-horizontal .left {
        width: 15%;
        float: left;
    }

    .builder.formbuilder-box .form-builder.form-horizontal .right {
        width: 85%;
        float: left;
        display: inline-flex;
    }

    .builder.formbuilder-box .form-builder.form-horizontal .right .text-muted {
        height: 34px;
        line-height: 34px;
        margin-left: 10px;
        color: #999;
    }

    .builder.formbuilder-box .form-builder.form-horizontal .form-button {
        padding-left: 12%;
        margin-left: -12px;
    }
}

@media (min-width: 992px) {
    .builder.formbuilder-box .form-builder.form-horizontal .left {
        width: 12%;
        float: left;
    }

    .builder.formbuilder-box .form-builder.form-horizontal .right {
        width: 88%;
        float: left;
        display: inline-flex;
    }
}

/* 通用 */
::-webkit-input-placeholder {
    font-size: 13px;
}

::-moz-placeholder {
    font-size: 13px;
}

/* firefox 19+ */
:-ms-input-placeholder {
    font-size: 13px;
}

/* ie */
input:-moz-placeholder {
    font-size: 13px;
}

.text-left {
    text-align: left !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/*选择插件*/
.chosen {
    width: 100%;
}

.chosen-container-active .chosen-choices {
    border-color: #2cb12c !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;
}

.chosen-container-multi .chosen-choices {
    padding: 2px 6px;
    border-radius: 4px;
    /* border-color: #ccc;*/
}

.chosen-container .chosen-drop {
    border-color: #ccc;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;*/
}

.chosen-container .chosen-results li.highlighted {
    background-color: #2cb12c;
    outline: 0;
}

.chosen-container .chosen-results li {
    padding: 7px 6px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: "Microsoft YaHei";
    padding-left: 5px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"].default {
    color: #999;
}

.chosen-container-single {
    margin-right: 2px;
}

.chosen-container-single .chosen-single {
    height: 34px;
    line-height: 31px;
    font-size: 14px;
    color: #555;
}

.chosen-container-single .chosen-single div {
    top: 3px;
}

.chosen-container-single .chosen-single span {
    margin-left: 4px;
}

.chosen-container-single .chosen-single {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select.chosen {
    background: none;
}

.with-auto .chosen-container-single {
    width: auto !important;
}

.with-auto .chosen-single span {
    padding-right: 20px;
}

/* @group Active  */
.chosen-container-active .chosen-single {
    border-color: #2cb12c;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-color: #2cb12c;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

.chosen-container-single .chosen-drop {
    top: 35px;
}

.chosen-container-multi .chosen-choices {
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #ccc
}

.chosen-container-multi .chosen-choices:focus {
    border-color: #2cb12c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2cb12c;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #555;
}

.map {
    width: 70%;
    height: 300px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.thumbnail {
    margin-right: 4px;
}

.with-auto {
    width: auto !important;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px dotted #ccc;
    vertical-align: middle;
}

.table-bordered td.empty-info {
    border-top: 1px solid #ddd;
    background-color: #fff;
}

.table-bordered > tbody > tr > td.multi-info {
    text-align: left;
}

.table-bordered > tbody > tr > td.multi-info p {
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.table-bordered > tbody > tr > td.multi-info label {
    color: #999;
    display: inline-block;
    text-align: right;
    width: 80px;
    font-weight: normal;
}

.table-bordered > tbody > tr > td.small-multi-info label {
    width: 55px;
}

.table-bordered > tbody > tr > td.middle-multi-info label {
    width: 65px;
}

.table-bordered > tbody > tr > td.thumb-img img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
}

.table-bordered th.serial-no {
    width: 50px;
}

/*移除input[type='number']上下小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/*日期控件*/
.DateTimePicker {
    position: relative;
    width: 135px;
    display: inline-block;
}

.date-link {
    display: inline-block;
    line-height: 30px;
    padding: 0 8px;
}

.control-datetime {
    width: 70%;
}

.DateTimePicker > input {
    width: 100% !important;
}

.DateTimePicker span {
    position: absolute;
    top: 6px;
    right: 8px;
    color: #999;
    cursor: pointer;
}

.datetimepicker-group {
    display: inline-block;
}

/*日期控件*/
.datetimepicker-input {
    position: relative;
    width: 135px;
    display: inline-block;
}

.long-datetime {
    width: 170px;
}

.datetimepicker-input > input {
    width: 100% !important;
}

.datetimepicker-input span {
    position: absolute;
    top: 6px;
    right: 8px;
    color: #999;
    cursor: pointer;
}

.small-datetime {
    width: 108px;
}

.small-datetime .dateTimePicker {
    padding: 2px 10px;
    font-size: 12px;
}

.small-datetime .dateTimePicker::-webkit-input-placeholder {
    font-size: 12px
}

.small-datetime span {
    top: 3px;
}

@media (max-width: 768px) {
    .control-datetime {
        width: 100%;
    }
}

/*文本编辑器*/
.ke-container {
    width: 70%;
}

@media (max-width: 768px) {
    .ke-container {
        width: 100% !important;
    }
}

.tag-btn {
    border: 1px solid #777;
    color: #777;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 6px;
    margin-left: -3px;
}

.tag-btn:hover {
    border: 1px solid #666;
    color: #666;
    text-decoration: none;
}

/*详情页样式*/
.detail-info-main {
    padding-left: 30px;
    padding-top: 20px;
}

.detail-info-main label {
    font-weight: normal !important;
}

.detail-info-main .right {
    /*font-weight: bold;*/
}

.detail-info-main .grey {
    font-weight: normal;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.detail-info-main input, .detail-info-main textarea {
    font-weight: normal;
}

.clear {
    clear: both
}

/*-------------------详情页版块信息展示-------------------*/
.main .detail-info-panel {
    margin-top: 11px;
}

.detail-info-panel {
    position: relative;
}

.detail-info-panel .detail-info-return {
    position: absolute;
    top: 0;
    right: 10px;
}

.detail-info-panel .detail-info-title {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 0;
}

.detail-info-panel .detail-info-content {
    line-height: 26px;
    padding: 10px 10px 0 10px;
}

.detail-info-panel .detail-info-table {
    margin-bottom: 0;
}

.detail-info-panel .detail-info-table th {
    font-weight: normal;
    width: 12%;
    text-align: center;
    background-color: #f5f5f5;
}

.detail-info-panel .detail-info-table td label {
    font-weight: normal;
    color: #666;
}

.detail-info-panel .detail-info-table td {
    padding: 5px 15px;
    text-align: left;
}

.detail-info-panel .detail-info-table td p:first-child {
    padding-top: 6px;
}

.detail-info-panel .detail-info-table td p {
    margin: 0;
}

.detail-info-panel .detail-info-table .small-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.detail-info-panel .detail-info-btn {
    width: 100%;
}

.detail-info-panel .detail-info-btn button {
    min-width: 120px;
}

.detail-info-form .detail-info-table {
    border: 0;
}

.detail-info-form .detail-info-table th {
    border-left: 0;
}

.detail-info-form .detail-info-table tr:first-child th, .detail-info-form .detail-info-table tr:first-child td {
    border-top: 0;
}

.detail-info-form .detail-info-table td {
    border-right: 0;
}

.detail-info-form .detail-info-table tr:last-child th, .detail-info-form .detail-info-table tr:last-child td {
    border-bottom: 0;
    border-left: 0;
}

.detail-info-form .detail-info-table tr:last-child td {
    border-right: 0;
}

.detail-info-form .detail-info-table .form-control {
    width: 70%;
}

.detail-info-form .detail-info-table .textarea, .detail-info-form .detail-info-table .input {
    width: 80%;
}

@media (max-width: 768px) {
    .detail-info-form .detail-info-table .textarea {
        width: 100%;
    }

    .detail-info-panel .detail-info-btn button {
        min-width: 80px;
    }
}

/*多条件搜索*/
.multi-search {
    margin-top: 8px;
    margin-bottom: 18px;
}

.multi-search form > span {
    margin-bottom: 8px;
    margin-right: 20px;
    float: left;
}

.multi-search .search-btn-list {
    float: right;
    margin-right: 0;
}

.multi-search .right-search {
    float: right;
}

.multi-search .right-search > span {
    margin-left: 20px;
}

.multi-search .form-control {
    width: auto;
    display: inline-block !important;
}

.multi-search .DateTimePicker > input {
    width: 125px !important;
}

.multi-search .control-datetime {
    width: auto;
}

.multi-search .DateTimePicker {
    width: 122px;
}

.multi-search .search-input {
    width: 278px;
}

.multi-search .form-control, .multi-search output {
    display: inherit;
}

/*报表统计*/
.report-count-info {
    margin-bottom: 10px;
}

.report-count-info p {
    display: inline;
    font-weight: bold;
    margin-right: 20px;
    font-size: 15px;
}

.report-count-info p span {
    color: red;
}

/*搜索栏信息*/
.builder-toolbar {
    position: relative;
}

.builder-toolbar .header-tip-info {
    position: absolute;
    right: 0;
    top: -47px;
    z-index: 999;
}

@media (max-width: 768px) {
    .builder-toolbar .header-tip-info {
        top: -64px;
    }
}

.builder-toolbar .header-tip-info label {
    margin-right: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #777;
}

.builder-toolbar .header-tip-info span {
    color: red;
}

.form-tip {
    line-height: 32px;
    margin-left: 6px;
    color: #666
}

.form-name-info {
    line-height: 32px;
}

.blue {
    color: blue !important
}

.green {
    color: #2cb12c !important;
}

.grey {
    color: grey !important;
}

.footer .navbar .navbar-nav > li.company-name {
    margin-right: -33px;
}

@media (max-width: 768px) {
    .multi-search form > span {
        width: 100%;
    }

    .multi-search form > span > label {
        width: 80px;
    }

    .multi-search .search-btn-list {
        padding-left: 80px;
    }
}

.small-img {
    display: inline;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.small-info-img {
    display: inline;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.builder-table .table td p {
    margin: 0 !important;
    line-height: 25px;
}

.builder.formbuilder-box .form-builder.form-horizontal .right-tip {
    display: initial;
}

.builder.formbuilder-box .form-builder.form-horizontal .right-tip .form-tip {
    margin-left: 2px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}

.panel {
    box-shadow: none;
}

.clear-control {
    border-color: #fff;
    padding: 0;
    margin: 0;
    width: 1px;
}

.group-table tr td {
    padding-top: 5px;
}

.group-table tr:first-child {
    margin-top: 0;
}

/*规格属性*/
.goods-group {
    max-width: 70%;
}

.attr-group {
    border: 1px solid #ddd;
    padding: 8px 14px 5px;
    margin-top: 10px;

}

.attr-group .attr-item {
    display: inline-block;
    background: #2cb12c;
    margin-right: 10px;
    margin-top: 5px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 3px;
}

.attr-group .attr-item .attr-name {
    padding: 4px 10px;
    display: inline-block;
}

.attr-group .attr-item .attr-delete {
    padding: 6px 8px;
    background: #eeeeee;
    color: #2cb12c;
    font-weight: bold;
    text-decoration: none;
}

.attr-group .attr-group-delete {
    display: inline-block;
    background: #d9534f;
    color: #fff;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    border-radius: 12px;
    text-decoration: none;
}

.attr-group .attr-group-item {
    display: inline-block;
    margin-top: 4px;
}

.attr-group .attr-group-item .input-group {
    width: 350px;
}

.attr-group .attr-group-title {
    font-size: 15px;
    margin-right: 2px;
}

.attr-group .attr-item .attr-delete:hover, .attr-group-delete:hover {
    text-decoration: none;
    color: #fff;
    background: #ff4544;
}

.goods-group-info .outside-three-attrs, .goods-group-info .empty-attr-info {
    clear: both;
    padding: 8px 0;
    font-size: 15px;
    color: #2cb12c;
}

.attr-table .thumbnail {
    margin-bottom: 0;
}

.attr-table .form-control {
    text-align: center;
}

.btn-link {
    color: #2cb12c;
    font-size: 15px;
    text-decoration: none;
    line-height: 34px;
    cursor: pointer;
}

/*运费*/
.express-province b {
    padding: 4px 0;
    line-height: 35px;
}

.express-province .card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #b3d9f3;
    border-radius: 5px;
}

.express-province a {
    color: #2cb12c;
    text-decoration: none;
}

.express-province label {
    font-weight: normal;
    padding: 5px 0 0 5px;
    font-size: 13px;
}

.express-wrap {
    width: 100%;
}

.express-wrap .express-rule-item {
    width: 70%;
    line-height: 35px;
    margin-bottom: 10px;
}

.express-wrap .del-rules-btn {
    float: right;
    color: #2cb12c;
}

.express-wrap .express-rule-item span {
    margin-right: 2px;
}

.express-wrap .price-info span {
    margin-right: 20px;
}

.express-wrap .area-info span {
    margin-right: 8px;
}

.form-panel-title {
    width: 100%;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background: #e5f2fb;
    font-weight: bold;
}

/*文字不换行，超出显示…*/
.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-footer .btn-secondary {
    color: #fff;
    background: #ddd;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.search-right {
    float: right;
}

.search-right span {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .search-right {
        line-height: 40px;
    }

    .multi-search .search-btn-list {
        padding-left: 0 !important;
    }

    .multi-search .search-input {
        width: 208px;
    }

    .search-btn-list {
        padding-left: 10px;
    }
}

/*选择项显示*/
.select-item-info {
    position: relative;
    width: auto;
    margin-right: 15px;
    border: 1px solid;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    line-height: 34px;
    padding-right: 15px;
}

.select-item-info .remove-select-item {
    color: red;
    position: absolute;
    top: 0;
    right: 2px;
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
}

.select-item-info .remove-select-item:hover {
    color: #DD0000;
    box-shadow: inset 0 1px 1px red, 0 0 8px red;
}

.list-tab {
    margin-bottom: 18px
}

.modal-body .builder.formbuilder-box .form-builder .input, .modal-body .builder.formbuilder-box .form-builder .select, .modal-body .builder.formbuilder-box .form-builder .textarea, .modal-body .builder.formbuilder-box .form-builder .file-box {
    width: 100%;
}

.modal-body .builder.formbuilder-box .form-builder .form-button {
    text-align: center;
}

.modal-body .builder.formbuilder-box .form-builder .btn {
    min-width: 120px;
}

.modal-body .builder.formbuilder-box .form-builder .left {
    width: 20%;
}

.modal-body .builder.formbuilder-box .form-builder .right {
    width: 80%;
}

.modal-body .chosen-container-single {
    width: 100% !important;
}

.input-group input {
    height: 34px;
}

.init-empty-info {
    width: 100%;
    text-align: center;
    margin-top: 10%;
}

.multi-search form .search-row {
    margin-top: 10px;
}

.multi-search form .search-row:first-child {
    margin-top: 0;
}

.multi-search form .search-row:last-child .search-btn-list {
    margin-top: -20px;
}

.multi-search form .search-row > span {
    margin-right: 10px;
}

.checkbox-wrap {
    display: block !important;
}

.checkbox-group-list {
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding: 10px;
    margin-bottom: 10px;
}

.checkbox-item-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox-group-list .ui-checkbox {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.ui-control-text {
    margin-left: 2px;
}

.bg-green {
    background: #dbf7d1;
}

.builder-tabs {
    position: relative;
}

.tab-return {
    position: absolute;
    top: 0;
    right: 0;
}

.line-green {
    color: #4aa959;
}

.line-blue {
    color: #108ed8;
}

.import-red {
    color: #DD0000;
}

.line-orange {
    color: #ef991f;
}

.dark-red {
    color: #702c08;
}

.orange {
    color: orange;
}

.yellow {
    color: #b5b500;
}

.sys-blue {
    color: #2cb12c;
}

.avatar-upload .thumbnail {
    margin-bottom: 4px;
    border-radius: 50%;
}

.avatar-upload .thumbnail img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.avatar-upload .btn-uploader {
    margin-left: 4px;
}

.row-upload .thumbnail {
    margin-bottom: 4px;
}

.row-upload .col-xs-12, .row-upload .col-md-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-upload .col-md-3 {
    width: auto !important;
}

.row-upload .text-muted {
    margin: 0 !important;
}

.row-upload a > img, .row-upload .thumbnail > img {
    height: 60px;
}

.row-upload a > video, .row-upload .thumbnail > video {
    height: 60px;
}

.row-upload .remove-picture {
    top: -4px;
}

video {
    border: 1px solid #000;
}

.notice-tip {
    position: relative;
}

.notice-tip .notice-read-icon {
    position: absolute;
    top: 5px;
    right: 14px;
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #ef2020;
}

.list-notice-tip {
    position: relative;
}

.list-notice-tip .notice-read-icon {
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #ef2020;
}

.toast-bottom-right {
    margin-bottom: 20px;
}

.toast-info {
    background: #5cb85c;
}

.toast-message a:hover {
    color: #fff;
}

/*数据统计版块*/
.count-card {
    position: relative;
    background: linear-gradient(-125deg, #ff7d7d, #fb2c95);
    /*background-color: #5e83fb;*/
    color: #fff;
    height: 144px;
    padding: 10px 20px;
    border-radius: 4px;
    text-align: left;
    margin-bottom: 20px;
}

.count-card .info {
    margin-top: 28px;
    margin-left: 10px;
}

.count-card .info .text {
    font-size: 14px;
}

.count-card .info .value {
    font-size: 32px;
}

.count-card .icon {
    position: absolute;
    right: 30px;
    top: 24px;
    font-size: 50px;
}

.count-card .icon i {
    color: rgba(255, 255, 255, 0.6);
}

.count-card .top-info {
    margin-top: 8px;
}

.single-count-card .info, .single-count-card .top-info {
    margin-top: 30px;
}

.single-count-card .icon {
    top: 36px;
}

.count-card .top-info .icon {
    top: 16px;
}

.count-card .bottom {
    margin: 15px 10px 0;
    padding: 9px 0;
    /*border-top: 1px solid rgba(255, 255, 255, 0.3);*/
}

.count-card .bottom .text {
    font-size: 14px;
}

.count-card .bottom .value {
    font-size: 14px;
}

@media (max-width: 768px) {
    .multi-search form .search-row > span {
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
    }

    .multi-search form .search-row:last-child .search-btn-list {
        margin-top: 0;
        margin-bottom: 0;
    }

    .operate-btns .btn, .search-btn-list .btn {
        margin-bottom: 10px;
    }

    .multi-search .search-input {
        width: 230px;
    }
}

@media (min-width: 768px) {
    .admin_index_index {
        overflow: hidden;
    }
}

@media (max-width: 768px) {
    .main-nav .navbar-nav > li > a {
        width: 100%;
    }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        background-color: #179d17
    }
}

.rect-photo {
    height: 70px;
    border-radius: 5px;
}

.just-photo {
    height: 50px;
    border-radius: 5px;
}

.photos {
    margin-top: -20px;
    margin-bottom: 20px;
}

.info-photo {
    height: 200px;
    padding: 6px;
    border: 1px solid #ddd;
}

.photos .photo-item {
    position: relative;
    float: left;
}

.photos .photo-item .edit-photo {
    position: absolute;
    bottom: 14px;
    right: 34px;
    color: #fff;
    background: #000;
    opacity: .5;
    font-size: 12px;
    padding: 0 10px 0 10px;
    border-radius: 5px;
    cursor: pointer;
}

.photos img {
    height: 200px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.sys-description {
    padding: 10px 15px;
}

.edit-sys-scription textarea {
    min-height:55px;
}

.no-border {
    border: 0;
}