td:focus { 
    background: #ffdf00; /* Golden yellow. rgb(255,223,0) */
    border: 1px solid #0000ff; /* Blue */
}

.priority-3{
			display:none;
		}
	

/* Target the element itself */
.is-empty {
  display: none;
}

/* Required field */
.myRequired .required:after {
    content: " *";
    color: red;
    font-weight: 100;
}

/* To insert a texbox with a button to the right of it */
.flexContainer {
    display: flex;
}

.inputField {
    flex: 1;
}

/* Bogus class to use with querySelector */
.especiales{
    
}