
.list-img-thumb {
    height: 60px;
    margin: 0 3px;
}
.list-img-thumb:hover {
    cursor: pointer;
}
#cardImgModal .modal-body img.card-img-modal {
    padding: 0 5px;
}
.green-text {
    color: green;
}
.red-text {
    color: red;
}
.in-collection-marker {
    position: absolute;
    top: -5px;
    right: -7px;
    z-index: 1;
}

#add-card-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    padding: 20px;
    background-color: #171717;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: all .3s ease-in-out;
    bottom: -200px;
}
#add-card-box.open {
    bottom: 0;
}
a.close-add {
    position: absolute;
    top: 0;
    right: 3px;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border: 1px solid transparent;
}

@media (max-width: 768px) {
    div.login-box {
        width: 90%;
    }
    div.login-logo img {
        width: 60% !important;
    }
    .list-img-thumb {
        display: none;
    }
    #search-table_paginate .pagination {
        display: block;
    }
}