[v-cloak] {
    display: none;
}

.env-tips {
    background: #FFF;
    border-bottom: 1px solid #f1f1f1;
    line-height: 30px;
    text-align: center;
    color: #f29d43;
}

/**
 Clodop tips
 */
.picking-block {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 20px;
}

.picking-block__col {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    height: 100%;
}

.picking-block .store_name,
.picking-block .order_count {
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    padding-left: 10px;
}

.picking-block .store_name {
    border-bottom: 1px solid #ccc;
}

.picking-block .picking-block__col.big-cell {
    height: 65px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.clodop-tip {
    text-align: center;
    line-height: 50px;
    background-color: beige;
    color: #1b234c;
    z-index: 999;
}

/*.content-insidebox {*/
    /*overflow-x: auto;*/
    /*width: 100%;*/
/*}*/

.content-body {
    margin:0 10px;
}

.breadcrumb-wrapper {
    height: 44px;
    font-size: 12px;
}

.nav.navbar-nav>li.active {
    background-color: #019a7c;
}

.titleBox h1 {
    margin-bottom: 10px;
}

.view .control-label {
    color: #666;
}

@media(max-width:768px) {
    .titleBox input,
    .titleBox a {
        float: left;
        margin: 10px;
    }
}

.model-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
}

.model-footer ul {
    list-style: none;
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
}

.model-footer ul li {
    color: #fff;
    float: left;
    width: 25%;
    line-height: 60px;
    text-align: center;
}

.model-footer ul li i {
    font-size: 24px;
    font-weight: 100;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

.model-footer ul li i:hover {
    background: rgba(135, 206, 235, 0.4);
}

.model-footer .multiple {
    font-size: 30px;
}

#content-header>.nav-toggle {
    background-color: darkorange;
    color: white;
}

.change-project div.change-item {
    border-right: 1px solid #e8e8e8;
    padding: 0 0px;
    text-align: center;
}

.change-project div.change-item a.dropdown-toggle {
    text-decoration: none;
}

.change-project div.change-item:last-child {
    border-right: none;
}

.change-project .dropdown-menu>li>a {
    line-height: 2.5;
}

#show-change {
    color: #1abc9c;
    font-weight: bold
}

@media (max-width: 419px) {
    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select:focus,
    textarea {
        font-size: 16px;
    }
}

#font-avatar {
    width: 36px;
    height: 36px;
    background-color: #3c763d;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    font-size: 1.2em;
}

.text-eclipse {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    vertical-align: middle;
}


/* 菜单左侧图标的显示隐藏cy */

@media (min-width: 1010px) {
    #sidebar-nav .nav i.spanSlice2,
    #sidebar-nav .nav i.spanSlice {
        display: none;
    }

    .theme-whbl #sidebar-nav .nav > li.sidebar-nav_last-li__bg-white > a:hover {
        background-color: white;
    }
}

@media (max-width: 768px) {
    #sidebar-nav .nav i.spanSlice2 {
        display: none;
    }
}

@media (min-width: 768px) {
    .nav-small #nav-col #sidebar-nav .nav>li>a>i.spanSlice2 {
        position: relative;
        font-size: 14px;
    }
}

#sidebar-nav .spanSlice {
    cursor: pointer;
}

.location-inventory {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0
}