.green{
    background-color:green;
    float:right;
    height:20px;
    width:10px;
}

.yellow{
    background-color:yellow;
    float:right;
    height:20px;
    width:10px; 
}

.red{
    background-color:red;
    float:right;
    height:20px;
    width:10px; 
}
.selectable-list:hover{
    color:orange;
    cursor:pointer;
}
.status{
}
.letter{
    margin:20px;
}

.sorting_field:hover{
    background-color: #d0e9c6;
    cursor: pointer;
        
}

#performer_add,#client_add{
    width:40%;
    float:right;
   
}
#performer_delete,#client_delete{
    width:40%;
    float:none;

}
#add_delete,#add_delete_client{
    display:none;
}
#swither,#swither2{
    color:blue;
    cursor:pointer;
}
#swither:hover{
    color:red;
}