Body{
    background: #f5f7f9;
}
[v-cloak] {
    display: none;
}
#app{padding: 0px;}

.page-padding {
    padding: 10px;
}


.iframe-wrapper {
    border: none;
    left: 0px;
    right: 0px;
    top: 0;
    bottom: 0;
    overflow: auto;
}

/*compact Style*/
.compact-page .ivu-page-item{
    min-width: 28px;
    height: 28px;
    line-height: 26px;
}

.compact-page .ivu-page-prev {
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    padding-top: 6px;
}

.compact-page .ivu-page-next {
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    padding-top: 6px;
}

.compact-page .ivu-page-options-elevator > input {
    height: 28px;
}

.compact-table th {
    height: 26px;
    font-size: 12px;
}
.compact-table td {
    height: 24px;
    font-size: 12px;
}
.compact-table .ivu-table-cell {
    padding: 4px 6px;
}

.compact-table .ivu-table-row-highlight td,.ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td,tr.ivu-table-row-highlight.ivu-table-row-hover td {
    background-color: #47c3f3
}

.compact-table .ivu-table-stripe .ivu-table-body tr.ivu-table-row-hover td,.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-hover td {
    background-color: #47CFFF
}


/*faster ani*/
.fade-appear,.fade-enter-active {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
}

.fade-leave-active {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
}

.ease-appear,.ease-enter-active {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
}

.ease-leave-active {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
}

.ease-appear,.ease-enter-active {
    -webkit-animation-duration: .1s;
    animation-duration: .1s
}

.ease-leave-active {
    -webkit-animation-duration: .1s;
    animation-duration: .1s
}

.ivu-select-item {
    -webkit-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out
}

.ivu-picker-panel-icon-btn i {
    line-height: 28px;
}

/*iView Patch -- Target IE 10+  */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /*修正Input偏下*/
    .ivu-input {
        padding-top: 2px;
    }

    /*修正 CheckBox 只显示一点*/
    .ivu-checkbox-input {
        opacity: 1;
    }

    input[type=checkbox]::-ms-check {
        border-color: #dcdee2;
        color: #2d8cf0;
    }

    input[type=checkbox]:checked::-ms-check {
        border-color: #2d8cf0;
        background-color: #2d8cf0;
        color: #ffffff;
    }
}


