/* Animation Button */
button {
  transition-duration: 0.4s;
}

button:hover {
  color: yellowgreen;
  border-color: yellowgreen;
}
/* Animation Button */



.editinput {
  background-color: #fff9c4
}

.border-top {
  border-top-width: 30px !important;
}


.border-bottom {
  border-bottom-width: 30px !important;
}


@media print {
  .noprint {
     visibility: hidden;
  }
}



.cor-fundo {
  background-color: #e0e0e0 !important;
}

.cor-header {
  background-color: red !important;
}

.border-cor-header {
  border: 1px solid red;
}

.cor-footer {
  background-color: red !important;
}

.cor-button {
  background-color: red !important;
  color: white;
}


textarea:focus,
select:focus,
input:focus {
 border-color:  red  !important;
  background-color: #fff9c4 !important;
}
