/* Vars */
:root {
    --grid-header-bg: #e0e7f5;
    --grid-grouping-header-bg: #e4e6f0;
    --lightblue: #00cccc;
}

/* Styles */
.body-container {
  margin-top: 60px;
  padding-bottom: 40px; }

.welcome-page li {
  list-style: none;
  padding: 4px; }

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-page .card .card-title {
    font-size: 120%;
    font-weight: bold; }
    .grants-page .card .card-title img {
      width: 100px;
      height: 100px; }
  .grants-page .card label {
    font-weight: bold; }

.h-300px {
    height: 300px;
}

.kendo-grid-container {
    min-height: 1px;
    height: 200px;
    position: relative;
}
.kendo-grid-header-button {
    position: absolute;
    z-index: 2;
    right: 3em;
    top: 2em;
}