﻿html, body {
    height: 100%;
    font-size: 14px;
}
.app-wrapper{
    height:100%;
}
.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; }


@-webkit-keyframes autofill {
    0%,100% {
        color: #666;
        background: transparent;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ebebeb inset !important;
    border:none;
}
ul.lang-flat-list {
    list-style-type: none;
}

ul.lang-flat-list li {
    padding: 3px 5px;
    transition: opacity 0.2s;
    opacity: 0.7;
}
ul.lang-flat-list li
ul.lang-flat-list li.inactive:hover {
    opacity: 1;
}

ul.lang-flat-list li.active {
    opacity: 1;
}

ul.lang-flat-list li img {
    width: 32px;
}
    ul.lang-flat-list li button {
        border:none;
    }