button{cursor: pointer;}
.h-100{height: 100%;}
header{margin-bottom:15px;}
.table-clickable tbody tr:hover{cursor: pointer;}
textarea{resize:none;}

/*th.goToPDF,td.goToPDF{color:#ff0000;cursor: pointer;}
td.goToPDF:hover{color:#ffffff;background-color:#ff0000;}
tr:hover td.goToPDF{outline:1px solid #ff0000;outline-offset:-2px;}

th.goToEdit,td.goToEdit{color:#0000ff;cursor: pointer;}
tr:hover td.goToEdit{outline:1px solid #0000ff;outline-offset:-2px;}
td.goToEdit:hover{background-color:#0000ff;color:#ffffff;}*/

th.goToDelete,td.goToDelete{color:#ff0000;cursor: pointer;}
td.goToDelete:hover{color:#ffffff;background-color:#ff0000;}
tr:hover td.goToDelete{outline:1px solid #ff0000;outline-offset:-2px;}

th.dateSimple,td.dateSimple{width:6em;}

th.toolSimple,td.toolSimple{width:3em;padding:0!important;}

th.idSimple,td.idSimple{width:3em;}

th.price,td.price{width:8em;}

th.qty,td.qty{width:4em;}

.ui-state-highlight{
    background-color: #ffeaa7;
}

.offerRowWarning{
    background-color: #fdcb6e;
}