.no-border{
    border:transparent !important;
    border-radius:0;
    -webkit-box-shadow:transparent;
    box-shadow:transparent;
}
.border-gray{
    border:1px solid #ccc !important;
}
.overflow-hidden-yauto{
    overflow: hidden;
    overflow-y: auto;
}
.ys-inline-block{
    display: inline-block !important;
}
.hr-line{
    height: 1px;
    border: none;
    border-top: 1px solid #ddd;
    background: 0 0;
}
.hr-liner:before {
    content: "";
    display: table;
}
.hr-liner:after {
    content: "";
    display: table;
    clear: both;
}
.hr-line-b2{
    border-top: 2px solid #ddd;
}
.ys-inline-block{
    display: inline-block !important;
}
.hide{
    display: none !important;
}
.text-left{
    text-align: left !important;
}
.help-inline {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
}
.select-inline{
    display: inline-block;
}
#dfWrapper{
    width: 100%;
    padding: 10px 20px;
}
.breadcrumb{
    margin-right: 30px;
}
.sidebar-menu>li>a{
    padding: 12px 5px 12px 10px;
}
.treeview-menu{
    padding-left:10px;
}
.treeview-menu>li{
    margin-left: 12px;
}
.file-preview .fileinput-remove {
    top: 3px;
    right: 3px;
    line-height: 10px;
}
.box-show {
    border-radius: 0 !important;
    box-shadow: none !important;
}
a.editable-empty {
    color: #3c8dbc;
    border-bottom: none !important;
}
.icon-play {
    position: absolute;
    top: 38px;
    left: 68px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.nb-text{
    border:0;
    webkit-box-shadow:none;
    box-shadow:none;
    border-bottom:1px solid #cccccc !important;
}
.nb-text:focus,.nb-text:active,.nb-text:hover{
    outline: 0;
    border-color:#fff;
    webkit-box-shadow:none;
    box-shadow:none;
    border-bottom:1px solid #cccccc !important;
}

/* -- 方块日期按钮 b -- */
/* allen-color */
.calendarPeriod-btn {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #ff844c;
    background-color: #ffffff;
    border-color: #ff844c;
    border-radius: 2px;
    border: 1px solid;
    margin-left: 10px;
    vertical-align: middle;
    box-sizing: border-box;
}
/* allen-color */
.calendarPeriod-btn:hover, .calendarPeriod-btn-selected {
    background-color: #ff844c;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #ff844c;
    cursor: pointer;
}
/* -- 方块日期按钮 e -- */

/* -- alert b -- */
.alert-danger-new {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-warning-new {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
/* -- alert e -- */

/* -- 表单必填项加*加红 b -- */
span.asterisk:before {
    content: "* ";
    color: red;
    font-size: 12px;
    font-weight: 400;
}
/* -- 表单必填项加*加红 e -- */

/* -- 模块 loading b -- */
.module-loading-parent--relative {
    position: relative!important
}

.module-loading-parent--hidden {
    overflow: hidden!important
}

.module-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: rgba(255,255,255,.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.module-loading-mask.is-fullscreen {
    position: fixed
}

.module-loading-mask.is-fullscreen .module-loading-spinner {
    margin-top: -25px
}

.module-loading-mask.is-fullscreen .module-loading-spinner .circular {
    height: 50px;
    width: 50px
}

.module-loading-spinner {
    top: 35%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute
}

.module-loading-spinner .module-loading-text {
    color: #409EFF;
    margin: 3px 0;
    font-size: 14px
}

.module-loading-spinner .circular {
    height: 42px;
    width: 42px;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite
}

.module-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90,150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409EFF;
    stroke-linecap: round
}

.module-loading-spinner i {
    color: #409EFF
}

@-webkit-keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40px
    }

    100% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120px
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -40px
    }

    100% {
        stroke-dasharray: 90,150;
        stroke-dashoffset: -120px
    }
}
/* -- 模块 loading e -- */

/* -- fa icon b -- */
.fa-flightweight{
    width: auto;
    text-align: center;
    font-size: 11px;
    font-weight: 100;
    padding: 0px;
    margin: 0px;
}
/* -- fa icon e -- */

/* -- link-quick b -- */
.link-quick {
    margin: 12px 0 24px;
    text-align: center;
}
.link-quick li {
    display: inline-block;
    margin: 0 3px;
    max-width: 20%;
    border: 2px solid #ededed;
    border-radius: 2px;
    color: #666;
    transition: all .2s ease;
    list-style: none;
}
.link-quick li.active{
    border: 2px solid #ff844c;
}
.link-quick li a {
    display: inline-block;
    width: 150px;
    padding: 10px 0 14px;
    color: inherit;
    cursor: pointer;
}
.link-quick li a i {
    display: block;
    height: 40px;
    padding-bottom: 8px;
}
.link-quick li i span {
    margin-left: -6px;
    background-image: url(/vendor/admin/laravel-admin/img/common/goods-op-icons.png);
    background-repeat: no-repeat;
}
/* -- link-quick e -- */

/* -- stepper b -- */
.stepper {
    margin-bottom: 10px;
    font-size: 0;
    line-height: 0;
    background: #f6f6f6;
    border: 1px solid #eee;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px;
}
.stepper a{
    color: #333
}
.stepper .arrow-border {
    background-image: url(/vendor/admin/laravel-admin/img/common/icon-meituan.png);
    background-repeat: no-repeat;
}
.stepper .stepper-item {
    position: relative;
    display: inline-block;
    *display: inline;
    width: 150px;
    line-height: 45px;
    _line-height: 44px;
    vertical-align: center;
    padding: 11px 20px 12px 40px;
    font-size: 14px;
    text-align: center;
    color: #333;
    list-style: none;
    zoom: 1;
}
.stepper .stepper-item:last-child {
    width: 148px;
}
.stepper .stepper-item.active {
    color: #25c6aa;
    background: #fff;
}
.stepper .stepper-item:first-child {
    padding-left: 25px;
}
.stepper-item .stepper-icon {
    display: inline-block;
    *display: block;
    *float: left;
    width: 45px;
    height: 45px;
    line-height: 50px;
    vertical-align: top;
}
.stepper-item .stepper-icon-store {
    background-position: 0 0;
}
.stepper-item.active .stepper-icon-store {
    background-position: -45px 0;
}
.stepper-item .stepper-icon-meal {
    background-position: 0 -45px;
}
.stepper-item.active .stepper-icon-meal {
    background-position: -45px -45px;
}
.stepper-item .stepper-icon-notice {
    background-position: 0 -90px;
}
.stepper-item.active .stepper-icon-notice {
    background-position: -45px -90px;
}
.stepper-item .stepper-icon-picture {
    background-position: 0 -135px;
}
.stepper-item.active .stepper-icon-picture {
    background-position: -45px -135px;
}
.stepper-item .stepper-icon-account {
    background-position: 0 -180px;
}
.stepper-item.active .stepper-icon-account {
    background-position: -45px -180px;
}
.stepper-item .arrow-background, .stepper .arrow-border {
    position: absolute;
    top: 0;
    _top : -1px;
    right: -20px;
    z-index: 1;
}
.stepper-item.active .arrow-background {
    border-left-color: #fff;
}
.stepper-item .arrow-background {
    border-width: 34px 0 34px 20px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #f6f6f6;
    font-size: 0;
    line-height: 0;
}
.stepper-item .arrow-border {
    right: -21px;
    width: 22px;
    height: 68px;
    background-position: 0 -237px;
    z-index: 2;
}
.step-title {
    clear: both;
    width: 100%;
    background: #f6f6f6;
    margin-bottom: 20px;
}
.step-title h2,.step-title h4 {
    background: #ff844c;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    color: #fff;
    padding: 0 20px;
    margin: 0;
    font-weight: 700;
    display: inline-block;
}
/* -- stepper e -- */

/* -- form-control-new b -- */
.form-control-new {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control-new:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control-new::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control-new:-ms-input-placeholder {
    color: #999;
}
.form-control-new::-webkit-input-placeholder {
    color: #999;
}
.form-control-new::-ms-expand {
    background-color: transparent;
    border: 0;
}
textarea.form-control-new {
    height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control-new,
    input[type="time"].form-control-new,
    input[type="datetime-local"].form-control-new,
    input[type="month"].form-control-new {
        line-height: 34px;
    }
}
.form-control-new {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}
.form-control-new:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}
.form-control-new::-moz-placeholder,
.form-control-new:-ms-input-placeholder,
.form-control-new::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}
.form-control-new:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* -- form-control-new e -- */

/* -- form-group b -- */
div.asterisk:before {
    content: "* ";
    color: red;
}
div.noasterisk:before {
    content: "* ";
    color: transparent;
}
label.asterisk:before {
    content: "* ";
    color: red;
}
label.noasterisk:before {
    content: "* ";
    color: transparent;
}
.form-group > label.asterisk:before {
    content: "* ";
    color: red;
}
.form-group > label.noasterisk:before {
    content: "* ";
    color: transparent;
}
/* -- form-group e -- */

/* -- totop b -- */
#totop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 99999;
    outline: none;
    background-color: rgb(34, 45, 50);
    color: rgb(238, 238, 238);
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    opacity: 0.5;
}
#totop:hover {
    opacity: 1;
}
/* -- totop e -- */

/* -- btn e -- */
.btn-file{
    width:80px;
}
.btn-light-green{
    background-color: #3dc6b6;
    color: #fff;
    font-size: 12px;
}
/* -- btn e -- */

/* -- table b -- */
.td-border{
    border:1px solid #d2d6de !important;
}
.td-bgcolor{
    background-color: #f9f9f9;
}
.th-bg{
    background: #f9f9f9 !important;
}
.tr-color-gray{
    background-color: #f9f9f9;
}
.tbody-wapper img {
    width: 69px;
    height: 42px;
    vertical-align: middle;
    padding: 0 10px;
}
.table-has-many .form-group {
    margin-bottom: 0 !important;
}
.table-has-many label.control-label[for=inputError] {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #dd4b39;
    border-radius: 5px;
    text-align: left;
    top: 34px;
    padding: 8px;
    line-height: 1.2;
}
.table-has-many label.control-label[for=inputError]+br {
    display: none;
}
/* -- table e -- */

/* -- panel b -- */
.panel-border{
    border:1px solid #d2d6de !important;
    padding:10px !important;
}
/* -- panel e -- */

.text-gray-999{
    color:#999999 !important;
}
.c-pointer {
    cursor: pointer;
}

.va-bottom{
    vertical-align: bottom !important;
}
.va-middle{
    vertical-align: middle !important;
}
/* -- padding b -- */
.no-padding {
    padding:0px !important;
}
.no-padding-tb {
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.no-padding-rl {
    padding-right:0px !important;
    padding-left:0px !important;
}
.no-padding-left {
    padding-left:0px !important;
}
.no-padding-right {
    padding-right:0px !important;
}
.no-padding-top {
    padding-top:0px !important;
}
.no-padding-bottom {
    padding-bottom:0px !important;
}
.p-0{
    padding: 0px !important;
}
.p-2{
    padding: 2px !important;
}
.p-3{
    padding: 3px !important;
}
.p-5{
    padding: 5px !important;
}
.p-10{
    padding: 10px !important;
}
.pt-0{
    padding-top: 0px !important;
}
.pt-2{
    padding-top: 2px !important;
}
.pb-18{
    padding-bottom: 18px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
.p-lr-5{
    padding: 0px 5px !important;
}
.p-bt-5{
    padding: 5px 0px !important;
}
/* -- padding b -- */

/* -- margin b -- */
.no-margin {
    margin:0px !important;
}
.m-1{
    margin:1px !important;
}
.m-10{
    margin:10px !important;
}
.mb-0{
    margin-bottom:0px !important;
}
.mb-2{
    margin-bottom:2px !important;
}
.mb-3{
    margin-bottom:3px !important;
}
.mb-5{
    margin-bottom:5px !important;
}
.mb-7{
    margin-bottom:7px !important;
}
.mb-15{
    margin-bottom:15px !important;
}
.mt-2{
    margin-top:2px !important;
}
.mt-3{
    margin-top:3px !important;
}
.mt-5{
    margin-top:5px !important;
}
.mt-7{
    margin-top:7px !important;
}
.mt-9{
    margin-top:9px !important;
}
.mt-10{
    margin-top:10px !important;
}
.mt-15{
    margin-top:15px !important;
}
.mt-20{
    margin-top:20px !important;
}
.mt-25{
    margin-top:25px !important;
}
.mt-30{
    margin-top:30px !important;
}
.mt-50{
    margin-top:50px !important;
}
.mr-r{
    margin-right:0px !important;
}
.mr-5{
    margin-right:5px !important;
}
.mr-10{
    margin-right:10px !important;
}
.mr-20{
    margin-right:20px !important;
}
.mr-30{
    margin-right:30px !important;
}
.ml-0{
    margin-left:0px !important;
}
.ml-2{
    margin-left:2px !important;
}
.ml-5{
    margin-left:5px !important;
}
.ml-10{
    margin-left:10px !important;
}
.ml-20{
    margin-left:20px !important;
}
.ml-30{
    margin-left:30px !important;
}
.ml-60{
    margin-left:60px !important;
}
/* -- margin e -- */

/* -- width b -- */
.w-50{
    width:50px !important;
}
.w-60{
    width:60px !important;
}
.w-65{
    width:65px !important;
}
.w-80{
    width:80px !important;
}
.w-100{
    width:100px !important;
}
.w-120{
    width:120px !important;
}
.w-130{
    width:130px !important;
}
.w-140{
    width:140px !important;
}
.w-150{
    width:150px !important;
}
.w-200{
    width:200px !important;
}
.w-220{
     width:220px !important;
 }
.w-255{
    width:255px !important;
}
.w-300{
    width:300px !important;
}
.w-400{
    width:400px !important;
}
.w-500{
    width:500px !important;
}
.w-per-50{
    width:50% !important;
}
.w-p80{
    width:80% !important;
}
.w-p90{
    width:90% !important;
}
.w-p98{
    width:98% !important;
}
.w-p100{
    width:100% !important;
}
/* -- width e -- */

/* -- height b -- */
.h-25{
    height:25px !important;
}
.h-30{
    height:30px !important;
}
.h-50{
    height:50px !important;
}
.h-100{
    height:100px !important;
}
.h-200{
    height:200px !important;
}
.h-per-100{
    height:100% !important;
}
/* -- height e -- */

/* -- line-height b -- */
.lh-25{
    line-height:25px !important;
}
.lh-30{
    line-height:30px !important;
}
/* -- line-height e -- */

/* -- font-size b -- */
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
/* -- font-size e -- */

/* -- font-weight b -- */
.fb-400{
    font-weight: 400 !important;
}
.fb-700{
    font-weight: 700 !important;
}
/* -- font-weight e -- */

.box-shadow-black-5{
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.ds-inline-block{
    display: inline-block !important;
}

.color-red{
    color: #b34542 !important;
}
.color-gray{
    color: #D2D2D2 !important;
}
.color-warning{
    color: #f39c12 !important;
}
.color-success{
    color: #397339 !important;
}

.bg-f9f9f9{
    background: #f9f9f9 !important;
}

.bg-fdf3ea{
    background: #fdf3ea !important;
}

.nav-tabs>li>a>.label{
    background-color: #FE5000;
    position: absolute;
    top: 0px;
    right: 1px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.main-header .navbar .nav>li>a>.label{
    top: 4px;
    right: 3px;
}

/*-- info-block begin --*/
.info-block {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0px 40px;
    color: #333;
}
.info-block .info-title {
    font-size: 14px;
}
.info-block .info-value {
    font-size: 20px;
    font-weight: bold;
}
.info-equal {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: bold;
}
.info-block .info-add {
    position: absolute;
    margin-top: -5px;
    font-size: 12px;
    color: #666;
}
/*-- info-block end --*/

.swal2-popup .swal2-content{
    font-weight: 400;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 40%;
    left: 55%;
    margin-left: -15px;
    margin-top: -15px;
    color: #333;
    font-size: 1.5rem;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.btn-file.disabled, .btn-file[disabled],.btn.btn-file>input[type='file'][disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc;
    position: relative;
}

.alert-warning > button {
    position: absolute;
    right: 5px;
    top: 7px;
}
.alert-warning > button+button {
    top: 43px;
}

.menu-tips-dot {
    margin-top:-6px !important;
    font-size:9px;
}

.treeview .menu-tips-dot {
    right:28px !important;
}

.treeview-menu .menu-tips-dot {
    right:18px !important;
}

@media (max-width: 991px) {
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        right:0;
    }
}

.table-responsive{
    min-height: 150px;
}

/* -- csearch b -- */
.abc-search-btn {
    display: inline-block;
    margin: 3px 0px;
    padding: 0px;
    box-sizing: border-box;
    height: 30px;
    font-size: 13px;
}
.abc-search-box {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    margin: 2px 0px;
    background-color: #f4f4f4;
    padding: 0px;
    font-size: 13px;
    box-sizing: border-box;
    vertical-align: middle;
}
.abc-search-box .abc-search-left {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #444;
    height: 27px;
    width: 40px;
    text-align: center;
    line-height: 27px;
}
.abc-search-box .abc-search-right {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}
.abc-search-box select {
    height: 27px;
    font-size: 13px;
    direction: ltr;
    border: none;
    border-radius: 0px;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding: 5px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("/vendor/admin/laravel-admin/img/common/arrow-down.jpg?v=2") no-repeat scroll right center transparent;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.abc-search-box select::-ms-expand {
    display: none;
}
.abc-search-box select:focus {
    border: none;
    border-radius: 0px;
    -webkit-appearance: none;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.abc-search-box .abc-search-right input{
    font-size: 13px;
    border:none;
    height: 27px;
}
/* -- csearch e -- */

/*--中间内容-侧边板 begin--*/
.abc-right-aside {
    position: fixed;
    top: 5rem;
    right: 0;
    z-index: 1003;
    width: 50%;
    background: #fff;
    display: none;
    box-shadow: -1px 1px 8px 1px #939892;
}
#abc-right-boxId {
    overflow: hidden;
    /*border-top: 1px solid #4a6e8c;*/
    /*border-bottom: 1px solid #4A6E93;*/
    /*border-left: 1px solid #4A6E93;*/
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
}
#abc-right-bodyBoxId {
    height: 747px;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px 10px 10px 15px;
    position: relative;
}
.abc-right-aside-close {
    position: absolute;
    top: 45%;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(30deg);
    cursor: pointer;
    z-index: 1;
}
.box .overlay, .box>.loading-img, .overlay-wrapper>.loading-img, .overlay-wrapper>.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--中间内容-侧边板 end--*/
/* -- csearch b -- */
.abc-search-btn {
    display: inline-block;
    margin: 3px 0px;
    padding: 0px;
    box-sizing: border-box;
    height: 30px;
    font-size: 13px;
}
.abc-search-box {
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    height: 30px;
    margin: 2px 0px;
    background-color: #f4f4f4;
    padding: 0px;
    font-size: 13px;
    box-sizing: border-box;
    vertical-align: middle;
}
.abc-search-box .abc-search-left {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #444;
    height: 27px;
    width: 40px;
    text-align: center;
    line-height: 27px;
}
.abc-search-box .abc-search-right {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}
.abc-search-box select {
    height: 27px;
    font-size: 13px;
    direction: ltr;
    border: none;
    border-radius: 0px;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding: 5px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("/vendor/admin/laravel-admin/img/common/arrow-down.jpg?v=2") no-repeat scroll right center transparent;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
.abc-search-box select::-ms-expand {
    display: none;
}
.abc-search-box select:focus {
    border: none;
    border-radius: 0px;
    -webkit-appearance: none;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.abc-search-box .abc-search-right input{
    font-size: 13px;
    border:none;
    height: 27px;
}
/* -- csearch e -- */