.btnFab {
  position: fixed;
  float: bottom !important;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .Grid-Tela {
    width: 100% !important;
  }
}
.x-grid-cell {
  background-color: transparent;
}

.status_concluido {
  background-color: #c5e0b4 !important;
}

.status_pendente {
  background-color: #ffc000 !important;
}
.status_programado {
  background-color: #deebf7 !important;
}

.status_cancelado {
  background-color: coral;
}

.custom-select {
   color: white;
   font-size: 1.4rem;
   font-weight: 400;
   line-height: 1.5;
   background: transparent;
   border: 1px solid transparent;
}