﻿.k-grid tbody td > .k-grid-delete {
  margin-top: 0px!important;
}
.statusCycle {
  width: 20px;
  height: 20px;
  /*border-style:solid;*/
  border-radius: 10px;
}
.dataRequested {
  background-color: orange !important;
}
.approved {
  background-color: darkseagreen !important;
  color: white!important;
}
.declined {
  background-color: indianred !important;
  color: white!important;
}