﻿body {
   font-family: 'Roboto';
   font-weight: 400;
   font-size: 1rem;
   line-height: 1.5;
   letter-spacing: 0.15px; }

.body-container {
  margin-top: 85px;
  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; }

.validation-summary-errors ul { 
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.logo { 
  width: 120px;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }

.btn-primary {
  color: #FFF;
  background-color: #36802D;
  border-color: #36802D;
  background-repeat: repeat-x; }

.btn-primary:hover {
  color: #FFF;
  background-color: #234D20;
  border-color: #234D20; }

.btn-primary.focus, .btn-primary:focus {
  color: #FFF;
  background-color: #36802D;
  border-color: #36802D;
  box-shadow: 0 0 0 0.2rem rgba(107, 170, 153, 0.5); }

.err-msg { 
  margin-top: 25px; 
}

.policy {
  font-size: small;
  margin-top: 15px;
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(75, 243, 3, 0.075), 0 0 4px rgb(50, 242, 25);
}

.back-arrow {
  font-size: 20px;
  cursor: pointer;
}

.no-wrap {
  white-space: nowrap;
}

.clickable {
  cursor: pointer;
}

.small-vertical-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tableFixHead {
  overflow: auto;
  height: 450px;
  width: 100%;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.tableFixHead tbody th {
  position: sticky;
  left: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px 16px;
  white-space: nowrap;
}

th {
  background:#eee; 
}

.client-row.selected {
  background-color: #d1e7dd;
}