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
}
