body {
      font-size: 12px;
}

.btn {
    font-size: 12px;
}

.buttons-td {

    white-space:nowrap;
    overflow: hidden;
}

.hidden_overflow {

    overflow: auto;


}

.selected {
    font-weight: bold;
    background-color: rgb(3, 166, 120);
    color: whitesmoke;
}

.task-type-ΔΕΔΔΗΕ td{

    background-color: lightsalmon;

}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}