.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

.item-thumbnail img{
    width: 30px;
    height: 30px;
}

.hide{
    display:none !important;
}

.full {
    width: 100% !important;
    height: auto;
}

.modal-img {
    width: 150px;

    transition: width 1s;
}
.modal-img:hover {
    cursor: pointer;
}

.table.table-inverse tr th {
    white-space: nowrap;
}