﻿/*
    2021 RM:    Take styles from this overly large file to separate css files
                to improve maintainability
*/



.list-reset {
    list-style: none;
    padding-left: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.red,
label > span {
    color: #b90101;
}

#reply-fields {
    display: none;
}

    #reply-fields p {
        font-size: 20px;
    }


.rsbtn {
    margin-bottom: 20px;
}


.print-logo {
    display: none;
}

.spacer {
    margin-top: 20px;
}


#multiple-items {
    display: none;
}

.no-click {
    cursor: not-allowed;
}

.govt-logo p > a > .icon-link-ext {
    display: none !important;
}

#ajax_spinner {
    visibility: hidden;
}

.spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

    .spinner img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -25px;
        margin-top: -25px;
    }

a.no-underline {
    text-decoration: none !important;
}

/*
    .richtextcontentwrapper {
    float: left;
    padding: 0 15px;
    width: 100%;
}*/

.displaydate {
    font-family: 'Futura PT Demi', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 4px 0;
}


@media only screen and (max-width: 991px) {

    .spacer {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {

    .rsbtn {
        margin-top: 20px;
    }

    .spacer {
        margin-top: 0;
    }
}

.toptasks {
    margin-bottom: 16px;
}

    .toptasks a, .toptasks a:hover {
        padding: 8px 24px;
        background-color: #003d6e;
        text-decoration: none;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        margin-right: 6px;
        margin-top: 1em;
    }
    .toptasks a:hover {
        background-color: #003d6eCC;
    }

.pagesummary {
    background-color: #e5e5e5;
    padding: 16px;
    margin-bottom: 16px;
}

.pagesummary > p:last-child {
    margin-bottom: 0;
}