/*custom hover buttons for themes list*/
.thumbnail {
    position: relative;
}

.thumbnail:hover .hover-buttons{
    display: block;
}

.hover-buttons{
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -25px;
    z-index: 100;
}

.apps_module_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination {
    border-top: 1px solid o-color('300');
    margin: auto;
    display: block;
}

.ratings_link {
    text-decoration: none !important;
    margin-right: 4px;
}

.rating_star_active {
    color: orange;
}

.rating_star_inactive {
    color: lightgrey;
}

#error_rating {
    margin-left: 4px;
}

.o_stats_graph {
    position: relative;
}
