﻿.versionDisplay {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 2px 20px;
    background: #343434;
    color: grey;
    /*text-align: right;*/
}

@media screen and (max-width: 1024px) {
     .pageHeader {
        padding: 1rem 3rem 1rem 3.6rem !important;
    }
}

@media screen and (max-width: 768px) {
    .pageBody {
        padding: 1.5rem 1.2rem 1.2rem !important;
    }
}

.pageHeaderSection {
    background: white;
    padding: 0.8rem 3rem;
    box-shadow: 0px 1px 5px 0px #0000000d;
    min-height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pageHeaderSection .titleAndCrumbs h2 {
        margin: 0px;
        color: var(--textColor1);
        font-size: 1.8rem;
        font-weight: 700;
        font-family: Montserrat;
    }

    .pageHeaderSection .titleAndCrumbs > div {
        margin-top: 2px;
        font-size: 12px;
        font-family: Montserrat;
        color: #a0a0a0;
    }

        .pageHeaderSection .titleAndCrumbs > div a {
            color: #a0a0a0;
        }

        .pageHeaderSection .titleAndCrumbs > div .fa {
            color: #a0a0a0;
        }

    .pageHeaderSection .btns > a,
    .pageHeaderSection .btns > button {
        margin: 2px 0 2px 10px;
        margin-left: 10px;
    }

@media screen and (max-width: 550px) {
    .pageHeaderSection .btns > .d-sm-none {
        display: none;
    }
}