/**
 * 后台个性布局
 */

[v-cloak] {
    display: none;
}

.c:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}

.alr {
    text-align: right;
}

.mgb-1 {
    margin-bottom: 25px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace .pace-progress {
    background: #1D2129;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace-inactive {
    display: none;
}

.box-body {
    min-height: 50px;
}

.loadding-run {
    overflow: hidden;
}

.node-label {
    margin-right: 25px;
}

.toast {
    width: 200px;
    padding: 15px;
    background-color: rgba(0, 0, 0, .6);
    color: #ccc;
    text-align: center;
    position: fixed;
    z-index: 20000;
    top: 47%;
    left: 50%;
    margin-left: -100px;
    display: none;
}

.pagination>li {
    cursor: pointer;
}

.box-header>.box-tools {
    /*top: 10px;*/
}

.td-act a {
    margin-right: 10px;
}

.td-act a:last-child {
    margin-right: 0;
}

.nodata {
    text-align: center;
}

.box-last-bd {
    box-shadow: 0 0 0;
    min-height: 30px;
    padding: 0 15px;
    margin-top: 10px;
}

.product-create-info {
    margin-bottom: 15px;
}

.save-load {
    background-image: url(../pub/img/reload.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 30px;
    background-size: 30px;
}

.nav-tabs>li>a {
    border-radius: 0;
}

.mt-2 {
    margin-top: 20px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mt-1 {
    margin-top: 10px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mr-1 {
    margin-right: 10px;
}

.panel,
.panel-heading {
    border-radius: 0;
}

/**table - tools*/

.tools-no {
    width: 30px;
}

.tools-title {
    min-width: 500px;
}

.tools-types {
    min-width: 80px;
}

.tools-f {
    width: 100px;
}

.tools-act {
    width: 120px;
}

.tools-act a {
    margin-right: 10px;
}

.relations-table input[type="text"] {
    border: 1px solid #eee;
    max-width: 100%;
    margin-bottom: 3px;
    display: block;
}

.relations-table .edit a {
    margin-right: 10px;
}

.pdall-5 {
    padding: 5px;
}

.pdall-10 {
    padding: 10px;
}

.group-list label input {
    margin-right: 5px;
}

.group-list .words-label {
    padding: 5px;
}

.group-list .words-label label {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .product-detail-modal .modal-dialog {
        width: 700px;
        margin: 15% auto;
    }
}

#product-list tbody tr td:nth-child(2) {
    cursor: pointer;
}

.loader-box {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 20%;
    background-color:rgba(255,255,255,.6);
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.loader {
    margin: 50px auto 0 54%;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(40, 220, 255, 0.2);
    border-right: 1.1em solid rgba(40, 220, 255, 0.2);
    border-bottom: 1.1em solid rgba(40, 220, 255, 0.2);
    border-left: 1.1em solid #28dcff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

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

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