.cursor-pointer {
    cursor: pointer;
}

.tooltip {
    cursor: pointer;
}

.uk-modal-dialog {
    width: 100%;
}

.uk-modal.uk-open {
    padding: 20px 0px;
}

table {
        table-layout: fixed !important;
        /* word-wrap:break-word; */
}

table tr {
    cursor: pointer;
    z-index: 1;
}

table th {
    z-index: 2;
}

table tr.selected {
    background-color: #046240 !important;
    color: white !important;
}

table tr.selected th {
    color: white !important;   
}

#download {
    display: none;
}