.jumpto input {
    height: 31px;
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
}

.fixed-columns,
.fixed-columns-right {
    position: absolute;
    top: 0;
    height: 100%;
    min-height: 41px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.08);
}

.fixed-columns .fixed-table-body,
.fixed-columns-right .fixed-table-body {
    min-height: 41px;
    overflow-x: hidden !important;
}

.fixed-columns {
    left: 0;
}

.fixed-columns-right {
    right: 0;
    box-shadow: -1px 0 8px rgba(0, 0, 0, 0.08);
}

.fix-sticky {
    position: fixed;
    z-index: 100;
}

.fix-sticky thead {
    background: #fff;
}

.fix-sticky thead th,
.fix-sticky thead th:first-child {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.sidebar-menu li.treeview-open > a > .fa-angle-left,
.sidebar-menu li.treeview-open > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*# sourceMappingURL=backend.css.map */
.layui-layer-fast .layui-layer-title {
    background: #fff !important;
    color: #333 !important;
    border-bottom: 1px solid #eee;
}



/* .skin-black-green .wrapper,
.skin-black-green .main-sidebar,
.skin-black-green .left-side,
.skin-black-green .sidebar-menu > li > .treeview-menu {
    background: #fff !important;
    color: #333 !important;
} */

body .skin-black-green .sidebar-menu > li.active > a:hover,
.skin-black-green .sidebar a:hover,
.skin-black-green .sidebar a {
    color: #333 !important;
}


.layui-layer-btn.layui-layer-footer {
    background: #fff !important;
}

.layui-layer-btn.layui-layer-footer .col-xs-12.col-sm-8 {
    text-align: right;
    width: 100%;
}

.btn.btn-default.btn-embossed {
    border: none;
    background-color: transparent !important;
    color: gray;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #04cb94 !important;
    color: #fff !important;
    border-color: #ddd;
}

.layui-layer-fast .layui-layer-footer {
    background-color: #fff;
}

.skin-black-green .sidebar-menu > li.active > a {
    color: #333;
}

.btn {
    background: #04cb94 !important;
    color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}

.btn.btn-danger {
    background-color: red !important;
}

.btn.dropdown-toggle.btn-default {
    background-color: #fff !important;
    color: #333 !important;
}

.layui-layer-fast .layui-layer-setwin > a:after {
    color: #333;
}

td .label.label-primary {
    background-color: transparent;
    color: #333;
    font-weight: normal;
}

.panel-intro > .panel-heading {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

body {
    /* font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif; */
}

.fixed-table-container tbody td .th-inner,
.fixed-table-container thead th .th-inner {
    font-weight: normal;
}

.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: 9px;
}

.table-bordered {
    border: none;
    color: #666;
}

.bootstrap-table .table > thead > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #e6e6e6;
    border-right: none;
    border-left: none;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #e6e6e6;
}

.fixed-table-container tbody td .th-inner,
.fixed-table-container thead th .th-inner {
    padding: 11px;
}

.skin-black-green .user-panel > .info,
.skin-black-green .user-panel > .info > a {
    color: #333;
}

.panel-default > .panel-heading {
    background-color: #f8fafb !important;
    border: none;
    padding-bottom: 1px;
}
.panel-intro > .panel-heading .panel-lead,
.panel-intro > .panel-heading .panel-lead em {
    margin-bottom: 9px;
}

.panel-title > a {
    height: 42px;
    line-height: 42px;
}

.panel-title a:hover,
a:hover,
a:active,
a:focus {
    color: #333;
}

.arrow {
    font-weight: normal;
    font-size: 18px;
    transform-origin: center;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    position: absolute;
    left: 15px;
    top: 11px;
}

body.is-dialog .content {
    margin: 20px;
    background: #fff;
}

#content .row .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    background-color: #f8fafb;
}

.dropdown-menu a {
    background: #fff !important;
}

body.is-dialog {
    background: #f8fafb;
}

input {
    position: relative;
}

.layui-colorpicker-trigger-span {
    line-height: 1;
}

.first {
    margin-bottom: 50px;
}

.layui-colorpicker-trigger-i {
    height: 14px;
}

.poster input[lay-text="ON|OFF"],
.poster input[lay-filter="code"] {
    width: 16px !important;
    height: 16px;
}

.poster .layui-form-item {
    align-items: center;
}

body .poster .layui-form-label {
    width: 114px !important;
    white-space: nowrap;
}

.footer {
    z-index: 99;
}

.fixed-table-container tbody .selected td {
    background-color: #fff;
}

.table_header {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}

#toolbar a.btn-add .fa,
#toolbar a.btn-del .fa {
    display: none;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: right;
    padding-right: 15px;
    box-shadow: 0 -1px 2px 0 rgb(0 0 0 / 5%);
    padding: 10px 0;
    height: 44px;
    line-height: 44px;
    box-sizing: content-box;
}

body {
    background-color: #f8fafb;
}

.footer button {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    background: #04cb94 !important;
    color: #fff;
    border: none;
    height: 28px;
    line-height: 28px;
}

.footer .cancel {
    border: none;
    background: #fff !important;
    color: gray;
    margin-left: 10px;
}

/*  */
.layui-layer-fast .layui-layer-title {
    background: #fff !important;
    color: #333 !important;
    border-bottom: 1px solid #eee;
}



.skin-black-green .wrapper,
.skin-black-green .main-sidebar,
.skin-black-green .left-side,
.skin-black-green .sidebar-menu > li > .treeview-menu {
    /* background: #fff !important; */
    color: #333 !important;
}

body .skin-black-green .sidebar-menu > li.active > a:hover,
.skin-black-green .sidebar a:hover,
.skin-black-green .sidebar a {
    color: #333 !important;
}



.layui-layer-btn.layui-layer-footer {
    background: #fff !important;
}

.layui-layer-btn.layui-layer-footer .col-xs-12.col-sm-8 {
    text-align: right;
    width: 100%;
}

.btn.btn-default.btn-embossed {
    border: none;
    background-color: transparent !important;
    color: gray;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #04cb94 !important;
    color: #fff !important;
    border-color: #ddd;
}

.layui-layer-fast .layui-layer-footer {
    background-color: #fff;
}

.skin-black-green .sidebar-menu > li.active > a {
    color: #333;
}

.btn {
    background: #04cb94 !important;
    color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}

.btn.btn-danger {
    background-color: red !important;
}

.btn.dropdown-toggle.btn-default {
    background-color: #fff !important;
    color: #333 !important;
}

.layui-layer-fast .layui-layer-setwin > a:after {
    color: #333;
}

td .label.label-primary {
    background-color: transparent;
    color: #333;
    font-weight: normal;
}

.panel-intro > .panel-heading {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

body {
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.fixed-table-container tbody td .th-inner,
.fixed-table-container thead th .th-inner {
    font-weight: normal;
}

.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  9px;
}

.table-bordered {
    border: none;
    color: #666;
}

.bootstrap-table .table > thead > tr > th,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border-color: #e6e6e6;
    border-right: none;
    border-left: none;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #e6e6e6;
}

.fixed-table-container tbody td .th-inner,
.fixed-table-container thead th .th-inner {
    padding:9px 11px;
}

.skin-black-green .user-panel > .info,
.skin-black-green .user-panel > .info > a {
    color: #333;
}

.panel-title > a {
    height: 42px;
    line-height: 42px;
}

.panel-title a:hover,
a:hover,
a:active,
a:focus {
    color: #333;
}

.arrow {
    font-weight: normal;
    font-size: 18px;
    transform-origin: center;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    position: absolute;
    left: 15px;
    top: 11px;
}

body.is-dialog .content {
    margin: 20px;
    background: #fff;
}

#content .row .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    background-color: #f8fafb;
}

.dropdown-menu a {
    background: #fff !important;
}

body.is-dialog {
    background: #f8fafb;
}

.fixed-table-container tbody .selected td {
    background-color: #fff;
}

#toolbar a.btn-add .fa,
#toolbar a.btn-del .fa {
    display: none;
}

/* #toolbar a.btn-add,
#toolbar a.btn-del {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
} */

.table_header {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}

.page-pre a,
.page-next a {
    font-size: 16px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a {
    border: none;
    background-color: #fff;
}

/*.pull-left.pagination-detail {*/
/*    display: none;*/
/*}*/

.dianti {
    display: inline-block;
}

.jumpto .form-control {
    width: 40px;
    height: 26px;
    line-height: 26px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
}

.pagination {
    display: flex;
    align-items: end;
    font-size: 12px;
}

.pagination li a {
    padding: 0 12px !important;
    height: 26px;
    line-height: 26px !important;
    margin-bottom: 14px;
    border-radius: 2px;
    border: none;
    background: 0 0;
    margin-top: 3px;
    color: #999;
}

.jumpto {
    display: flex !important;
    align-items: center;
    white-space: nowrap;
    align-items: center;
    line-height: 26px;
    color: #999;
}

.jumpto p {
    margin: 0;
}

.jumpto button {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff !important;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    color: #999;
}

#selectNone select {
    width: 300px;
}

#selectNone .layui-upload-drag {
    height: 72px;
}

#selectNone select {
    position: absolute;
    top: 0;
}

#selectNone select {
    height: 72px;
}

#selectNone select {
    opacity: 0;
}

.thumbnail {
    border: none;
}

.myCHEK input:checked::after {
    display: none;
}
#header #firstnav .nav.nav-tabs.nav-addtabs.disable-top-badge.hidden-xs li a {
    display: flex;
    align-items: center;
    margin-right: 12px;
    background: transparent;
}

.fourth,
.third,
.seconds {
    padding: 0 20px 30px !important;
}
.bootstrap-table .form-commonsearch .form-group{
    color: #666;
}
.textMore .content {
    margin: 0 !important;
}
.nav.nav-tabs.nav-category .active{
    font-weight: 550;
}
.first .layui-form-item {
    width: 65% !important;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner{
    font-weight: 550;
}
#table thead {
    background-color: #EBF0F6 !important;
    font-size: 13px;
}
#table tbody{
    font-size: 13px;

}
.btn-xs,
.btn-group-xs > .btn {
    padding: 0 5px;
    font-size: 11px;
    height: 28px;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 28px;
}

/* .btn.btn-primary.btn-refresh {
    height: 28px;
} */

.layui-layer-fast .layui-layer-setwin > a:after {
    color: #333 ！important;
}

.layui-layer-fast .layui-layer-title {
    background: #fff !important;
    color: #333 !important;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.panel.panel-default.panel-intro .panel-heading {
    display: block;
}

.flex {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.flex .control-label {
    font-weight: normal;
    padding: 9px 15px;
    white-space: nowrap;
}

.btn-default:hover {
    color: #fff;
    outline: none;
}
.glyphicon.glyphicon-search {
    color: #fff;
}
.form-commonsearch .btn.btn-success.btn-block {
    background: #04cb94 !important;
    color: #fff;
    border: none;
    width: 70px;
    box-sizing: border-box;
}
.mb-10 {
    margin-bottom: 10px;
    padding-left: 93px;
}
.pull-right.search {
    display: none;
}
.bs-bars.pull-left {
    /* position: absolute; */
}
.fixed-table-toolbar {
    /* margin-top: 40px; */
}
button[name="toggle"] {
    /*display: none;*/
}
#accordion .layui-colla-title,
#accordion .layui-colla-content {
    background-color: #fff;
}
#accordion .layui-colla-content {
    padding-bottom: 60px;
}

.layui-colla-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 35px;
    color: #333;
    background-color: #fafafa;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
}
#accordion .flex input,
#accordion .flex button,
#accordion .flex > div,
#accordion .flex > div select {
    height: 38px;
    font-size: 14px;
    width: 190px;
}
#accordion .flex > div select::placeholder {
    color: #c2c2c2 !important;
}
#accordion .flex > div select option {
    color: #333 !important;
}
.textMore .top > div.tags {
    flex-wrap: wrap;
}
.textMore .top > div.tags p {
    margin: 5px 16px 0 0;
}
#accordion .btn.dropdown-toggle.btn-default {
    color: #c2c2c2 !important;
}
.btn.btn-primary[type="reset"] {
    background: gray !important;
    width: 70px;
    box-sizing: border-box;
    margin-left: 10px;
    height: 28.8px;
}
.topInfo .item .bet span {
    white-space: nowrap;
}
.topInfo .item > div:last-child {
    white-space: nowrap;
    height: 38.2px;
}
.topInfo .item {
    width: 18% !important;
}
.userTags .active {
    background-color: #1890ff !important;
    color: #fff !important;
}

.panel-intro > .panel-heading .nav-tabs > li > a{
    background-color: #EBF0F6;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 6px 12px;
    font-size: 13px;
}