﻿.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; }

.card {
    margin-bottom: 10px;
}

#setGlobalSplit {
    margin-bottom: 10px;
    height: 100px;
    width: 200px;
}

#removeGlobalSelection {
    margin-bottom: 10px;
    background-color: #ededed;
    border-color: #ededed;
    height: 100px;
    width: 200px;
}
    #removeGlobalSelection:hover {
        background-color: #ced2d6;
        border-color: #ced2d6;
    }

.refresh-link {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 2em 2em 0;
    border-radius: 50%;
    padding: .25em;
    width: 40px;
    height: 40px;
    background-color: #5a6268;
    color: #ffffff;
}

.text-female {
    color: #dc3545 !important;
}

.text-male {
    color: #007bff !important;
}