﻿.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; }

.validation-summary-valid {
    display: none !important;
}

.logo {
    font-family: sans-serif;
    vertical-align: bottom;
}

.body-css {
    overflow: scroll;
}

.home-discoverydoc-iframe {
    width: 100%;
    height: 400px;
}
.disabledContent {
    cursor: not-allowed !important;
    background-color: rgb(229, 229, 229) !important;
}

.edit-icon {
    width: 40px;
}
.details-icon {
    width: 38px;
}
.delete-icon {
    width: 38px;
}

.add-icon {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    padding-top: 2px !important;
    margin-top: 5px;
}

.add-icon > i {
    margin: -5px;
}

.hidden-element{
    display: none;
}

.medpilLogoHome {
    width: 100px;
}