html,
body {
    height: 100%;
}

#app {
    height: 100%;
    overflow: scroll;
}

.pagination {
    margin-top: 16px;
}

.no-data {
    min-height: 450px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #545252;
}

.no-data img {
    width: 90px;
    height: 90px;
    margin-bottom: 24px;
}

.new-content {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
	FONT-SIZE: 14px;
	color:#666;
	line-height: 16px;
}

.new-content.active {
    white-space: inherit;
    overflow: auto;
}

table {
    table-layout: fixed;
}