
.edit-header
{
    text-align:     center;
    color:          darkgreen;
    cursor:         pointer;
}

.trash-header
{
    text-align:     center;
    color:          darkred;
    cursor:         pointer;
}

table.findtable td
{
    padding: 5px;
}

.modal.modal-wide .modal-dialog 
{
    width: 90%;
}
.modal-wide .modal-body 
{
    overflow-y: auto;
}

.disabled
{
	color:				grey; 
	/* text-decoration:	line-through;*/
}

.selected-row
{
	background-color: paleturquoise;
}

.relpos-top-4
{
        position:       relative;
        top:            4px;
}

.relpos-top-7
{
        position:       relative;
        top:            7px;
}

.relpos-top-19
{
        position:       relative;
        top:            19px;
}

.relpos-top-30
{
        position:       relative;
        top:            30px;
}
