﻿.welcome-page .logo {
    width: 64px;
}

.icon-banner {
    width: 32px;
}

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

.client-details-button {
    background-color: #438bff;
    text-decoration: none;
}
.new-button {
    background-color: #2ecc40;
    color: white;
    border: none;
    text-decoration: none;
}
.new-button:hover{
    background-color: darkgreen;
    color: white;
    border: none;
}
.select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*Start dropdown styles*/
/*This will prevent the user dropdown menu from creating a horizontal scrollbar*/
.dropdown-menu {
    min-width:0;
}
.dropdown-menu .dropdown-item {
    white-space:normal;
}
/*End dropdown styles*/

a {
    text-decoration: none;
}

.nav-logo {
    width: 200px;
}

.logout-link {
    padding-right: 12px;
    color: #939D97;
}

.logout-link:hover {
    color: white;
}