﻿.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;
    }


.icon-banner {
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;
}

.scrollBar {
    overflow: auto;
}

#permissionTableDiv {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 90%;
    border: 1px solid black;
    width: 100%
}

.claimsTable {
    /*min-height: 500px;*/
    max-height: 900px;
    min-width: 750px;
    max-width: 1100px;
}

.trDeleted {
    background-color: #fff9f9;
}

.logoList {
    height: 50px;
}

#projectVersion {
    position: absolute;
    bottom: 5px; /* Distance from the bottom */
    left: 25px; /* Distance from the right */
}

.propertyDiv {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.currentEnvironmentPropertyImageDiv {
    margin-left: 20px;
}

#currentEnvironmentPropertyImage {
    height: 150px;
}

.table {
    max-width: 100%;
    table-layout: fixed;
}

.longIndexTable {
    max-width: 149%;
    width: 149%;
}

.table th, .table td {
    word-wrap: break-word;
}

.table-assoc {
    table-layout: unset;
}

.url-col {
    min-width: 500px;
}

    .url-col input {
        width: 100%;
    }
