/*.slimScrollDiv {
    overflow: auto;
}

.slimScrollDiv::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.slimScrollDiv::-webkit-scrollbar-thumb {
    background: #b7baba;
}

.slimScrollDiv::-webkit-scrollbar-track {
    background: #e5e8e9;
}*/

.lightBoxGallery a {
    display: inline-block;
}

.addGallery-outer {
    position: relative;
}

.addGallery-inner {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    align-content: center;
    font-size: 58px !important;
    transform: translate(-50%, -50%) !important;
    color: #fff;
}

.myTableHeader {
    background-color: white;
}

.padding0 {
    padding: 0;
}

#scrollerp ul {
    width: 1212px;
}

#scrollerp ul li {
    width: 101px;
    text-align: center;
    float: left !important;
}

#scrollerp ul li a {
    margin-right: 0;
}

.fullview {
    height: 100%;
}

#wrapperp {
    position: relative;
    z-index: 1;
    height: 47px;
    width: 100%;
    overflow: hidden;
    -ms-touch-action: none;
}

#scrollerp {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 1212px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.input-group-btn {
    position: initial;
}

.input-group-btn ul {
    left: 0;
    right: 0;
}

#allmap {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

.input-label {
    position: absolute;
    right: 100%;
    width: 100%;
}

@media (max-width: 768px) {
    .input-label {
        position: initial;
        padding-left: 0;
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .self-input {
        margin-bottom: 10px;
    }
    .editImage img {
        max-width: 200px;
    }
    .self-a {
        padding: 3px;
    }
}

@media (max-width: 992px) {
    .self-input {
        margin-bottom: 10px;
    }
    .editImage img {
        max-width: 200px;
    }
    .self-a {
        padding: 4px;
    }
}

.district-scroll {
    max-height: 350px;
    overflow: scroll;
}

.cat-scroll {
    max-height: 300px;
    overflow: scroll;
}

.none {
    display: none;
}

.isClaimed {
    padding-top: 5px;
}

.check-box {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    border: 1px solid #ccc;
    vertical-align: -5px;
    margin-right: 5px;
    cursor: pointer;
}

.check-box.checked:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 8px;
    border-left: 3px solid #1ab394;
    border-bottom: 3px solid #1ab394;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.img-group {
    width: 100%;
}

.upload-file {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
}

.mask-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.icon-center {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    height: 71px;
}

.edit-icon {
    color: #fff;
    font-size: 36px;
    padding: 24px 0;
}

.font-white {
    color: #fff;
    z-index: 1;
    position: relative;
}

.editImage img {
    /*max-height: 200px;*/
    width: 100%;
}

.toast {
    background-color: #1ab394 !important;
}

.toast-success {
    background-color: #1ab394 !important;
}

.toast-warning {
    background-color: #f8ac59 !important;
}

#toast-container > .toast-success:before {
    content: no-open-quote;
}

#toast-container > .toast-warning:before {
    content: no-open-quote;
}

.toast-center {
    bottom: 50%;
}

.totalValue-cell {
    text-align: right;
    margin-bottom: 8px;
}

.totalValue-text {
    display: inline-block;
    width: 20%;
    padding-right: 5%;
}

.totalValue-money {
    display: inline-block;
    width: 20%;
    padding-right: 12%;
}

.font-x-bold {
    font-weight: 900 !important;
}

.productDelete-btn {
    margin-top: 5px;
}

.spiner-postion,.spiner-postion2 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    /*  height: 100px;
*/
    background: rgba(255, 255, 255, 0.8);
    /*box-shadow: 0px 0px 9px #b6b6b6;
    border-radius: 10px;*/
    margin: auto;
    z-index: 99999;
}

.sk-spinner-double-bounce.sk-spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.none{
    width: 0 !important;
}

.btn-delImg{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.hasSelected:after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 8px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.textAreaHeight{
    height:150px !important;
}

.imageSizeText{
    position: absolute;
}

.navbar-default{
    overflow: scroll;
    overflow-x: auto;
}
.navbar-static-side{
    margin: 0 !important;
    padding-top:60px;
}

.navbar-default::-webkit-scrollbar{
    width:0px;
}
.navbar-default::scrollbar{
    width:0px;
}

.stampDeleteBtn{
    position: absolute;
    color: white;
    z-index: 100;
    right: -10px;
    top: -10px;
}
.tabLi{
    position: relative;
}
.tabDiv{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.homePage .ibox-title{
    border-bottom: 1px solid #e7eaec;
}
.homePage .landing{
    z-index: 9; 
    max-width: 500px;
    /*height: 229px;*/
    overflow:hidden;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 10px;
}
.homePage .coupon{
    height: 229px;
    overflow:hidden;
}
.homePage .promotion,.homePage .game,.homePage .coupon {
    max-width: 500px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}
.homePage .game img{
    border-radius:5px;
    box-shadow:0 3px 4px 0 rgba(0,0,0,.3);
}
.homePage .flexslider{
    padding:0;
}
.homePage ul{
    list-style-type:none;
    margin:0;
    padding: 0;
    /*height: 300px;
    overflow-y:auto;*/
}
.homePage img{
    width: 100%;
}
.homePage .listTab{
    /*border-top:1px solid #e7eaec;*/
    padding-top: 10px;
    /*border-bottom:1px solid #e7eaec;*/
    padding-bottom:46px;
}
.homePage .col-lg-5{
    padding-top: 28px;
}
.listTab span{
    padding-left: 10px;
    padding-right:10px;
}
.flexslider {
        border: none;
        margin-bottom: 0;
        position: relative;
        
    }
    .flex-control-nav {
        position: absolute;
        height: 11px;
        bottom: 15px;
        left: 50%;
        padding: 0;
        margin-bottom: 0;
        z-index: 9;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-box-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .flex-control-paging li {
        margin: 0 4px;
        overflow: hidden;
        float: left;
    }
    .flex-control-paging li a {
        width: 10px;
        height: 10px;
        display: block;
        background: #fff;
        background: rgba(255, 255, 255, 1);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
        -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
        -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        background-color: #c4c4c4;
    }
    .flex-control-paging li a:hover {
        background: rgba(80, 192, 193, 1);
    }
    .flex-control-paging li a.flex-active {
        background-color: #d3242a;
        cursor: default;
        border: 1px solid #d3242a;
    }
    .textRight{
        text-align: right;
        padding-right: 30px;
    }
    .pull-left{
        float: left;
    }


.ui-grid-selection-row-header-buttons{
    opacity: 0.5 !important;
    border:1px solid #676a6c !important;
    color: #fff;
}
.ui-grid-selection-row-header-buttons.ui-grid-row-selected{
    opacity: 1  !important;
    color: #1ab394  !important;
}
.ui-grid-column-resizer.left{
    border-left: 1px solid #ccc;
}

.wrap {
  white-space: pre-wrap !important;
  word-wrap: break-word;
  word-break: break-word;
}
.reservation label{
    height: auto !important;
    min-height: 34px;
}
.reservation .noBold{
    font-weight: normal;
    background-color: #eee;
}

.googleText{
    top: -165px !important;
    left: 0px !important;
}
.google-map{
    overflow: hidden;
}

.btn-group.btn-table {
    display: table;
    table-layout: fixed;
    width: 100% !important;
}

.btn-group.btn-table a,
.btn-group.btn-table button {
    display: table-cell !important;
    word-wrap: break-word;
    word-break: break-all;
    vertical-align: middle;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: inherit;
}

.btn-group.btn-table .btn-primary {
    border-right-color: #5bb9bd !important;
}

.btn-group.btn-table .btn-dimmed {
    border: 1px solid #5bb9bd !important;
    background: rgba(103, 106, 108, 0.3);
}

.input-opacity {
    opacity: 0;
    height: 1px !important;
    overflow: hidden;
    font-size: 10px;
    position: absolute;
}

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #62c6c9;
}
.heightLight{
    background-color: #f8ac59 !important;
}
.ui-grid-selection-row-header-buttons.ui-grid-all-selected{
    color: #1ab394 !important;
    opacity: 1 !important;
}
.jsonContrast [ui-grid-row] {
  display: table-row;
}

.jsonContrast  .ui-grid-row,.jsonContrast .ui-grid-cell {
  height: auto!important;
  min-height: 48px;
}

.jsonContrast .ui-grid-cell {
  float: none;
  display: table-cell;
}

.jsonContrast .ui-grid-header-cell,.jsonContrast  .ui-grid-cell-contents {
  /*white-space: normal;*/
  padding: 2px;
  word-break: break-word;
  white-space: pre-wrap !important;
}
.jsonContrast .ui-grid-viewport{
    overflow: scroll !important;
}
.wrap-line{    
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-word;
}
.text-gray{
    color: #ccc;
}
.jstreeHeight{
    max-height: 280px;
    overflow: auto;
}


.swiper-slide img{
    width: 100%;
}
.swiper-slide .addImageIcon{
    background-color: #ccc;
    border-color: #ccc;
    position: absolute;
    right: 10px;
    top: 10px;
}
.articleList .listBtn{
    float: right;
}
.articleList .listBtn button{
    padding: 6px;
    margin-left: 5px;
}
.pull-right .btn{
    margin-left: 10px;
}
.dragObj{
    position: relative;
    background: #FAFAFB;
    border: 1px solid #e7eaec;
    margin: 0 0 10px 0;
    padding: 10px 66px 10px 10px;
    border-radius: 2px;
}
.categoryDrag{
    background: #fff !important;
    border:none;
    padding: 0px;
}
.deleteImage{
    position: absolute;
    z-index: 999;
    font-size: 30px;
    color: #fff;
    top: 4px;
    right: 30px;
}

.sortable-list{
    min-height:40px;
    max-height: 900px;
    overflow: auto;
}
.sortable-list li{
    position: relative;
}
.pad-t-0{
    padding-top: 0;
}
.btnDelete{
    position: absolute;
    top: 10px;
    right: 10px;
}
.btnEdit{
    position: absolute;
    top: 10px;
    right: 40px;
}
.mg-t-18{
    margin-top: 18px;
}
.formBody{
    border: none !important;
    padding-bottom: 0;
}
.detailPage .ibox{
    margin-bottom: 0 !important;
    box-shadow:none;
    border-bottom: 2px dashed #e7eaec !important;
}
.detailPage .ibox-title{
     border-style:   none none solid none; 
     border-bottom: 1px solid #e7eaec !important;
}
.pad-t-15{
    padding-top: 15px;
}
.margin-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.detailPage .agile-list li {
  background: #fff;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px;
}
.detailPage .agile-list li:hover {
  cursor: default;
  background: #fff;
}
.pad-t-7{
    padding-top: 7px;
}
.text-right{
    text-align: right;
}
.note-help,.note-insert,.note-table,.note-fontname{
    display: none !important;
}
.border-grey{
        border: 1px solid #e5e6e7;
}
.hide{
    display: none;
}
.groupDlg .tab-content{
    background-color: #fff;
    padding: 15px;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner,.el-select{
    width: 100% !important;
}
.ck-editor__editable_inline {
    min-height: 160px;
}
.pad-b-15{
    padding-bottom: 15px;
}
.el-input.is-disabled .el-input__inner{
    color: #606266 !important;
}
.groupDlg .editImage img{

}
.el-form-item{
    margin-bottom: 0 !important;
}
.el-transfer-panel{
    width: 300px !important;
}
.form-group{
    margin-bottom: 22px  !important;
}
.pull-left{
    float: left;
}
.dragTip{
    font-size: 27px;
    opacity: 0.5
}
.Bold{
    font-weight: bold;
}