﻿.modal {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.modal-header {
    background-color: #337ab7;
    color: white;
    padding: 0.3rem;
    display: flex;
    justify-content: center;
}

    .modal-header label {
        font-weight: 600;
    }


.row-selected {
    background: yellow;
}


.other-clic {
    background: green !important;
    color: white;
}

tr {
    cursor: pointer;
}