﻿body {
    background-color: white
}

.underlined {
    border-bottom: 2px solid rgba(0,0,0,.2);
    margin-bottom: 30px;
}

.indexPic {
    height: 18vh;
    max-height: 18vw;
    min-height: 180px;
    width: 102%;
    left: -10px;
    position: relative;
    object-fit: cover;
    object-position: 5% 0;
    
}

.headderRibbon {
    height: 3.5rem;
    /*background-color: rgb(0,0,0,0.8);*/
    background-color: #f7f7f7;
    /*box-shadow: 5px 1px 6px #888888;*/
}

    mark {
        background-color: gainsboro;
        font-weight: normal;
        padding: 0;
    }

    .button-link-sm {
        user-select: none;
        background-color: transparent;
        border: none;
        padding: 0 0.2rem;
        color: #0366d6;
        font-size: smaller;
    }

    .button-link-md {
        user-select: none;
        background-color: transparent;
        border: none;
        padding: 0 0.25rem;
        color: #0366d6;
    }

        .button-link-md:hover {
            border: none;
            background-color: silver;
        }

    .form-group-sm {
        margin-bottom: 2px;
    }

    .font-sm {
        font-size: small;
    }

    .horizonalLine {
        width: 50%;
        text-align: left;
        margin-left: 0
    }

    .compactCard {
        padding-left: 7px;
        padding-right: 7px;
        border-radius: 4px;
        background-color: rgba(240, 240, 240, 100);
        white-space: nowrap;
    }

    .cardWrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 5px;
    }

    input[type='date'] {
        min-width: 100px;
    }

    label {
        font-size: smaller;
        margin-bottom: 2px;
        font-weight: 600;
    }

    .file-input-zone {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: steelblue;
        color: white;
        cursor: pointer;
        position: relative;
        width: 120px;
        height: 38px;
        border-radius: 4px;
    }

        .file-input-zone:hover {
            background-color: lightsteelblue;
        }

        .file-input-zone input[type=file] {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

    .selectedItem {
        display: block;
        padding: .5rem 1rem;
        border: 1px solid transparent;
    }

    .defaultTitle {
        line-height: 1.2;
        font-size: 1.25rem;
        font-weight: normal;
    }

    .checkBoxText {
        font-weight: normal;
        margin-bottom: 0;
        font-size: medium;
    }

    .valid.modified:not([type=checkbox]) {
        outline: none;
    }

    .userTitle {
        font-weight: 600;
        font-size: smaller;
    }

    a {
        text-decoration: none;
    }

    .footerLine {
        position: relative;
        background-color: whitesmoke;
        display: inline-flex;
        flex-wrap: wrap;
        gap: 0.1rem 1rem;
        align-items: center;
        justify-content: space-between;
        bottom: 0;
        width: 100%;
        min-height: 2.7rem;
        justify-items: center;
        color: darkslategrey;
        padding: 0.5rem;
        font-size: smaller;
    }

    .hiddenScroll {
        overflow-y: scroll; /* Add the ability to scroll */
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        /* Hide scrollbar for Chrome, Safari and Opera */
        .hiddenScroll::-webkit-scrollbar {
            display: none;
        }

        .btn-link {
          text-decoration:none;  
        }

.rz-legend-item-text {
    margin-right: 0.7em;
}

.rz-switch {
    display: block;
}

.form-check-label {
    font-size: medium;
    font-weight: normal;
}

.menu-button {
    position: fixed;
    margin-left: 1rem;
    margin-top: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 4px;
    border-style:solid;
    border-width:2px;
    border-color: silver;
    color:gray;

}

.menu-button:hover {
    background-color: var(--light);
}