/* Add here all your CSS customizations */

.table .actions a {
    width: 30px;
    margin: 0;
    padding: 0 6px;
    text-decoration: none;
    font-size: large;
    cursor: pointer;
}

.table-action {
    width: 30px;
    margin: 0;
    padding: 0 6px;
    text-decoration: none;
    font-size: large;
    cursor: pointer;
    color: #666;
}

.table-action:hover {
    color: #333
}

.table .actions {
    line-height: 2;
}

.arrow {
    background: unset !important;
}

body {
    font-family: 'Titillium Web', sans-serif !important;
}

.info h2 {
    display: inline;
    color: black;
}

.cursor-default {
    cursor: default !important;
}

.txt-d-none {
    text-decoration: none !important;
}



.border-color-tot-users {
    border-color: #7D82B8 !important;
}

.background-color-tot-users {
    background-color: #7D82B8 !important;
}

.border-color-tot-images {
    border-color: #F7A9A8 !important;
}

.background-color-tot-images {
    background-color: #F7A9A8 !important;
}