/* 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;
}

.w100 {
    width: 100px;
}

.minw-250px {
    min-width: 250px;
}

.minw-150px {
    min-width: 150px;
}

.minh-75px {
    min-height: 75px;
}

.kendo-grid-container {
    min-height: 1px;
    height: 200px;
    position: relative;
}
.kendo-grid-header-button {
    position: absolute;
    z-index: 2;
    right: 3em;
    top: 2em;
}

.fa-c-icon {
    width: 16px;
    text-align: center;
}

.small-i-stack {
    font-size: 0.56em;
    margin-top: -6px;
}

.text-yellow {
    color: #EBF55A !important;
}

.fs-075 {
    font-size: 0.75em;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.nav-logo-block {
    height: 90px;
    padding-bottom: 16px;
}

.h-20px {
    height: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.w-85 {
    width: 85%;
}

.btn-login-submit {
    width: 65%;
    border-radius: 30px;
}

.btn-external-provider {
    width: 100%;
    border-radius: 30px;
    border-color: #111132;
}

.password-rule-icon-invalid {
    color: #FF0004;
}

.password-rule-icon-valid {
    color: #00A41E;
}