﻿
@font-face {
    font-family: OpenSansBold;
    src: url("../fonts/OpenSans-Bold.ttf");
}

@font-face {
    font-family: OpenSansMedium;
    src: url("../fonts/OpenSans-Medium.ttf");
}

@font-face {
    font-family: OpenSansLight;
    src: url("../fonts/OpenSans-Light.ttf");
}

@font-face {
    font-family: OpenSansRegular;
    src: url("../fonts/OpenSans-Regular.ttf");
}

html {
    font-size: 14px;
    font-family: "OpenSansRegular";
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
}

body {
    margin-bottom: 60px;
}

.card-title {
    min-height: 14px;
}

.table thead th {
    color: inherit;
}

.mat-icon-lg {
    font-size: 25px;
    height: 25px;
    width: 25px;
}

.i-circle {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    line-height: 30px; /* set to same size as width, height */
    width: 30px;
    height: 30px;
    text-align: center;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
  max-width: 540px;

}

.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; }



.valid {
    color: green;
}



@media (max-width: 575.98px) {

    .body-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}